How do I open a VS 2005 solution using VS 2008?

when i try to open a solution created earlier from VS 2005 in 2008 i got this error message in VS:


Microsoft Visual Studio

Application for project 'C: \ myProject.csproj' is not installed.

Make sure the application for the project type (.csproj) is installed.

Help OK




How to make VS 2008 open 2005 solution? did I miss to do something?

0


a source to share


4 answers


As already reported the error: Have you checked that all Visual Studio components are installed? Re-run the setup and make sure you select the Finish option.



It is possible to install VS without support for C # projects, so it might be missing here.

+3


a source


VS 2008 should be able to open VS 2005 solutions seamlessly (wizard should convert VS 2005 solution to VS 2008, need to pop up). You probably need to provide more information if you want to solve your problem (for example, is it VS Professional or Express?)



+1


a source


You need to download and install the Visual Studio Conversion Wizard .

0


a source


This question and after running the command in the answer in Run everything works

0


a source







All Articles