Missing asp.net web application template in Visual Studio 2010

后端 未结 1 768
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-16 06:58

I installed Visual Studio 2010 (ultimate).

When I click on New Project-> Visual Basic (or C#)-> Web, the only options i get is AjaxControlExtender, AjaxServerContro

相关标签:
1条回答
  • 2021-01-16 07:43

    What you need to do is re-run the installation (should be maintenance mode), and add Visual Web Developer. That probably isn't installed, which is why you wouldn't see any web templates but the ajaxcontrolextener templates. If you see that it is installed they try running devenv.exe with the /installvstemplates (i.e. "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /installvstemplates).

    Hope that helps!

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