asp.net-mvcvisual-studioasp.net-mvc-3async-ctp

Asp.NET MVC 3 project templates not showing up


I installed the Async CTP w/o knowing it would cause problems with Asp.NET MVC 3. So I've followed every possible uninstall instruction out there re-installed both SP1 and MVC 3.

However, the MVC 3 templates does not show up in the new project dialogs. And I have ensured that target platform is .NET 4 in the dialog, so that is not the cause.

Any ideas on how to make the MVC 3 templates re-appear?


Solution

  • Try this:

    Clear out the template cache located at "[ProgramFile x86]\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplatesCache"

    and then run devenv.exe /installvstemplates from the visual studio command line.