I’m new to NETMF. I am getting an error when I deploy a NETMF “Hello world” application on the G120E:
“Cannot deploy the base assembly ‘mscorlib’, or any of his satellite assemblies, to device - USB:Gadgeteer twice. Assembly ‘mscorlib’ on the device has version 4.3.1.0, while the program is trying to deploy version 4.3.0.0”
The G120E is running:
Loader (TinyBooter) 4.3.8.1
Firmware (TinyCLR) 4.3.8.1
The version of the NETMF DLLs in the Visual Studio project is 4.3.0.0.
Do I need to downgrade to an older SDK? Any suggestions?