Sohag Mony
Sohag Mony

Reputation: 735

Convert visual studio 2008 project to 2010

I am now working with a big project which is developed in visual studio 2008, SCSF and LINQ query. Now i want to upgrade my project to 2010. Is there any tool so that i can convert all of these to new technology?

Upvotes: 0

Views: 6969

Answers (2)

Kishore Kumar
Kishore Kumar

Reputation: 12874

1.In Visual Studio, on the File menu, click Open and then click Project/Solution, Web Site, or File, depending on the kind of project you are upgrading.

2.In the Open Project dialog box, select a project file, and then click Open.

If Visual Studio detects that the project or file was created in an earlier version of Visual Studio, the Visual Studio Conversion Wizard opens.

3.Complete the Visual Studio Conversion Wizard.

This will work.

Upvotes: 0

John Woo
John Woo

Reputation: 263723

It automatically upgrades your solution when you open it in Visual Studio 2010.

How to: Upgrade Projects Created in Earlier Versions of Visual Studio

Upvotes: 3

Related Questions