Is it possible to build a managed c++ project in .net 3.5 using vs2010 ? There are different opinions around but I haven't being able to do this. Any ideas?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The build system for VS2010 was dramatically changed and only directly supports building for 4.0. Targeting 3.5 requires having VS2008 on your machine. More about this in this answer.

link|improve this answer
thanks! We are currently confronted with exactly this situation: asking our developers to have both versions of studio installed. – bakopanos costas Dec 14 '10 at 22:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.