TeaDrinkingGeek
TeaDrinkingGeek

Reputation: 2023

Are Visual Studio 2010 projects load fine in VS 2012?

A couple of questions:

  1. I have Visual Studio 2010 projects. If I install VS 2012, will this load fine, even though they are built for .Net 4.0?

  2. Can I convert a 4.0 project to 3.5 (compile it) in VS 2012?

Regards Tea

Upvotes: 0

Views: 117

Answers (1)

Kangkan
Kangkan

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

Related Questions