Asp.NET MVC 3 project templates not showing up

后端 未结 2 1834
刺人心
刺人心 2021-01-05 22:10

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

相关标签:
2条回答
  • 2021-01-05 22:25

    If you are using Visual Studio 2010 SP1 then the solution might be here: http://tedgustaf.com/en/blog/2011/4/installing-asp-net-mvc3-on-visual-studio-2010-sp1/

    0 讨论(0)
  • 2021-01-05 22:39

    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.

    0 讨论(0)
提交回复
热议问题