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?
Asked
Active
Viewed 804 times
1 Answers
1
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.

Community
- 1
- 1

Hans Passant
- 922,412
- 146
- 1,693
- 2,536
-
thanks! We are currently confronted with exactly this situation: asking our developers to have both versions of studio installed. – Dec 14 '10 at 22:00