when i try to open a solution created before with VS 2005 in 2008 i got this error message in VS:
Microsoft Visual Studio
The application for project ‘C:\myProject.csproj’ is not installed.
Make sure the application for the project type (.csproj) is installed.
OK Help
How to make VS 2008 open 2005 solutions? i missed to do something?
As the error message already suggests: Have you checked that all components of Visual Studio are installed? Re-run setup and make sure you choose the option Complete.
It is possible to install VS without support for C# projects, so that’s probably what is missing here.