using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using SecretLabs.NETMF.Hardware;
using SecretLabs.NETMF.Hardware.Netduino;
namespace NetduinoApplication1
{
public class Program
{
public static void Main()
{
while (true)
{
}
}
}
}
Netduino Plus 2
I downloaded what I have to download and installed it on my machine:
1 Microsoft Visual Studio 2013 Community
2. Net Micro Framework 4.3
3. Net MF plug-in for VS2013
4. Netduino SDK v4.3.2.1
I created an empty Project, after pressing "Start Debugging":
An unhandled exception of type 'System.NotSupportedException' occurred in SecretLabs.NETMF.Hardware.Netduino.dll
Why? What is missing? What I am doing wrong?