Reputation: 2023
A couple of questions:
I have Visual Studio 2010 projects. If I install VS 2012, will this load fine, even though they are built for .Net 4.0?
Can I convert a 4.0 project to 3.5 (compile it) in VS 2012?
Regards Tea
Upvotes: 0
Views: 117
Reputation: 15571
The simple answer is "YES".
I can open all of my VS2010 solutions/projects on VS2012 without any issue. Did you get any error?
Upvotes: 2