Click here to Skip to main content
15,881,882 members
Articles / Visual Studio
Tip/Trick

Visual Studio Project Conversion

Rate me:
Please Sign up or sign in to vote.
4.71/5 (17 votes)
9 Jan 2011CPOL 53K   6   9
Visual Studio Project Conversion - Converting VS 2005 projects to VS 2008 (Commandline mode)

Visual Studio Project Conversion


Converting every single project between VS 2005 and VS 2008 must be a boring one, just think if projects count around 40-50 in a solution.
Now, an easier way to upgrade a solution or project Visual Studio IDE.

Steps


1.Go to Start Menu(In Windows)
2.Select Run
3.Type devenv /upgrade yoursolution.sln
4.Press ENTER

Now Visual Studio will upgrade the projects & solution also with backups. This method (Commandline mode) is faster than regular Visual Studio project conversion wizard.

Example


MSIL
devenv /upgrade E:\Projects\Project.sln

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralReason for my vote of 4 Nice info Pin
Lakamraju Raghuram22-Jan-12 6:58
Lakamraju Raghuram22-Jan-12 6:58 
GeneralReason for my vote of 4 good info..but can i use it if i nee... Pin
sujit076126-Sep-11 21:15
sujit076126-Sep-11 21:15 
GeneralCan you use it in express editions ? Pin
Caner Korkmaz26-Aug-11 0:30
Caner Korkmaz26-Aug-11 0:30 
GeneralGood to know, I will try that one soon. Pin
Valery Possoz9-Jan-11 8:33
professionalValery Possoz9-Jan-11 8:33 
GeneralReason for my vote of 4 Nice Info... Pin
GPUToaster™20-Jul-10 1:42
GPUToaster™20-Jul-10 1:42 
GeneralThanks Pin
esing93019-Jan-10 18:14
esing93019-Jan-10 18:14 
GeneralRe: Thanks Pin
thatraja20-Jan-10 1:33
professionalthatraja20-Jan-10 1:33 
GeneralThanks! Pin
MadJohn11-Jan-10 23:15
MadJohn11-Jan-10 23:15 
GeneralRe: Thanks! Pin
thatraja11-Jan-10 23:33
professionalthatraja11-Jan-10 23:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.