Shifting from VS 2008 to 2010

annaharris

Member
Joined
May 8, 2013
Messages
13
Programming Experience
1-3
Hi, I want to shift my project from VS 2008 to 2010, I am using Sql 2005 as database. Can anyone provide me some assistance to achieve it?
 
Open VS 2010, open the SLN file, say yes when prompted to upgrade the project and accept the offer to back it up first. That's it. In theory, the only changes will be to the SLN and CSPROJ files. All your code should remain exactly the same and work without issue.
 
Back
Top Bottom