I have several projects that opened just fine in Visual Studio Web Developer 2008 Express Edition, but can't be opened in VS 2008 Professional Edition! These projects are just .NET Framework 3.5 class libraries, and they are on the same machine.

The error is "The project [myproject.csproj] cannot be opened. The project type is not supported by this installation.

Thanks.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Upon inspecting the project file, it seems like the project type have references to ASP.NET MVC 1. Installed MVC 1 solved the problem. Thanks!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.