Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC 4 Visual Studio 2010 project templates not present

I have downloaded and installed all of the prerequisites for using MVC 4 with VS2010. The VS2010 SP1 update, ASP.NET MVC 4 for VS2010, SSDT for VS2010, and LocalDB. When I go to create a new website in VS2010, there should be an "ASP.NET MVC 4 Web Application" template, but there is not. How can I get the templates so I can start a new MVC 4 website in Visual Studio 2010?

like image 877
Brandon Miller Avatar asked Mar 02 '13 02:03

Brandon Miller


1 Answers

Have you tried reinstalling the templates. Follow these directions.

http://msdn.microsoft.com/en-us/library/vstudio/ms247116(v=vs.100).aspx

short answer, open up visual studio command prompt and type:

devenv /installvstemplates

That should restore all your templates.

like image 93
Khalid Abuhakmeh Avatar answered Oct 20 '22 14:10

Khalid Abuhakmeh