I am using STM32F429I-Discovery. Currently I have the latest NETMF (4.3.2) installed. There nothing goes wrong until deployment. When I try to deploy I get the error about that device(development board) has mscorlib 4.3.0.0 whereas I am trying to deploy mscorlib 4.3.1.0.
I thought that the solution would be to use a previous release of NETMF SDK. When I tried to install it it tells me this sdk requires Visual Studio 2012. I already have 2013 and 2015. So is there a workaround or a solution?
Your proposed solution of installing a previous release is correct. Obviously, the mscorlib versions have to match.
The installaltion process of NETMF SDK needs a version of Visual Studio 2012. The express version is fine (VS2012 Express).
For your development and deployment of your software you can use any version of VisualStudio.