Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVC project on VS2010 error : The project type is not supported by this installation

I'm trying to open MVC project using VS2010. I'm opening this project from TFS server but I'm failed to open it and getting error : The project type is not supported by this installation.

please help.

like image 227
Neo Avatar asked Dec 19 '11 15:12

Neo


1 Answers

You basically don't have something installed. That's why you get this error. I am very sure that you need to install the VS MVC project type - either MVC 2 or MVC 3. Use The Web Plaform Installer to install. The web platform installer can be found here: http://www.microsoft.com/web/downloads/platform.aspx. Once you have installed it (it is only 2MB) you need to search for "MVC", install the MVC 2 and MVC 3 project templates.

like image 125
Sachin Kainth Avatar answered Sep 25 '22 14:09

Sachin Kainth