Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I reinstall MVC2 in VS2010 Ultimate?

Some how I lost MVC2? I have MVC3 bit 2 is goner. I have uninstalled and reinstalled with no success.

like image 249
Jamey McElveen Avatar asked Apr 12 '11 00:04

Jamey McElveen


1 Answers

Sounds like you need to reinstall your default project templates.

  1. In the command prompt, navigate to the location of devenv.exe. This file is located in <Visual Studio Installation Path>\Common7\IDE.

  2. Type "devenv /installvstemplates" and press Enter.

Reference here

http://msdn.microsoft.com/en-us/library/ms247116.aspx

like image 183
John Hartsock Avatar answered Oct 18 '22 03:10

John Hartsock