The project type is not supported by this installation: MVC Project Error

After installing visual studio 2008, I tried to open a MVC project in visual studio 2008. It threw and error “The project file <<project file url>> cannot be opened. The Project type is not supported by this installation.

Error: The Project type is not supported by this installation

MVC The Project type is not supported by this installation

After searching the web, I found that the MVC framework versions required for the project is missing in my system. The required MVC framework version can be identified from the project file itself. Open the “.csproj” file in notepad and search for “System.Web.Mvc” reference. The reference entity will have the version details as well.  See the below screen shot of the MVC reference entity in the project file.

MVC-Project-Type-Not-Supported-By-This-Installation-MVC-Version

After Identifying the required MVC version required by the project, download and install the mvc framework from the Microsoft download website.

MVC Framework Download Location

Hope this will fix the project file cannot be opened issue.

 


Leave your thoughts...

This site uses Akismet to reduce spam. Learn how your comment data is processed.