This code works fine on a Netduino 2 plus.
Today i try to port my code to a new Netduino 3 but i have a problem ....
It causes an error on the last line ...
Dim Interf = Microsoft.SPOT.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()(0)
Dim DNS(1) As String
DNS(0) = "193.206.115.20"
'DNS(1) = "193.206.115.20"
Interf.EnableStaticIP("192.168.1.111", "255.255.255.0", "192.168.1.1")
This works well with Netduino 2 plus