Deplying Hello word on G120E

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?

your PC has an older version of netmf SDK than the firmware on the device. You must upgrade to the same version.
Did you follow the install instructions .NET Micro Framework Getting Started and load exactly those versions of SDKs/software?

1 Like

I went through the steps again and that resolved the issue. Thank you.

1 Like