FEZ Cerberus Mainboard and using Ethernet ENC28 Module

FEZ Cerberus Mainboard and using Ethernet ENC28 Module

I am a successful DHCP

I am using vb.net

However, vb.net is… system.net.Socket can not be used.

Vb.net -
socket = New Socket (AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp) → error

c #
socket = new Socket (AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); → it is ok

Vb.net in the Socket can not find system.net

Workaround?

please post your Import statements and a screenshot of the error.