Which version to use?

I have just uninstalled everything and started a reinstallation. The following page says to install 4.3 for use with VS2012

https://www.ghielectronics.com/support/.net-micro-framework

I have done this and then installed all the GHI stuff after this.

I open the existing project and change this to 4.3 (was 4.2) and now it complains that mscorlib can’t be deployed.


Error	1	Cannot deploy the base assembly 'mscorlib', or any of his satellite assemblies, to device - USB:G120 twice. Assembly 'mscorlib' on the device has version 4.2.0.0, while the program is trying to deploy version 4.3.0.0 		

I am using the G120 and I reflashed this as per the instructions from a GHI tech.

I rebuilt the app with 4.3 and building was OK.

I can go ahead and install 4.2 and select this and it runs but the HELP FILE for 4.3 said not the run these side by side.

How do you get this to work with VS2012 and 4.3?

the Current GHI SDK does not support 4.3. the Ms SDK supports 4.2 and 4.3. you need the ms 4.3 SDK for vs2012, but you projects must be 4.2 .

1 Like

Thanks Mike. That makes a little more sense and if GHI could mark up the installation page to indicate this, it would help others.