Is it possible in VS2010 to create a mixed-mode executable that targets .Net 3.5?
If we try this, we get Error MSB8009: .NET Framework 2.0 / 3.0 / 3.5 is designed for the v90 platform toolkit. Verify that Visual Studio 2008 is installed on the computer.
If we then change the toolbox in the properties to v100, the resulting executable is still aimed at .Net 4.0.
If we installed VS2008, can we still use the VS2010 compiler and VS2010 CRT compiler in our (native) C ++ code when targeting .Net 3.5?
eli
source share