Building C++ CLR app for Platform Toolset v90 in VS2010 requires Visual Studio 2008 -


i've got shiny new laptop latest dev tools installed such visual studio 2010.

now i've got task build c++ clr app targeting 2.0 runtime (this outside comfort zone). i've specifed v90 platform toolset when build get:-

error msb8010: specified platform toolset (v90) requires visual studio 2008. please make sure visual studio 2008 installed on machine.

seriously, need install 2008 well? there way round this, such copying in folders 2008 install?

if not how of vs 2008 installation need?

part of problem vs2010 redid how compiling in c++ (cli or not) works. uses msbuild structure believe trying need vcbuild framework not in 2010.

you may able away using visual studio 2008 express build. if not should need c++ portion of vs2008.

do need use vc90 target though? build c++/cli (still new myself) vc10 target , builds fine. (however targeting 4.0 framework referencing 2.0 portions)


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -