简体   繁体   中英

ASP.NET Web template missing in visual studio 2013 solution?

我想做一个asp.net mvc项目,但是没有'web'选项卡,我跟随newProject-> visual c#->但没有web选项卡...帮助!

Please go to the store folder of those templates like C:\\Program Files (x86)\\Microsoft Visual Studio 13.0\\Common7\\IDE\\ProjectTemplates and check the existing of the templates, then use the following command to restore the default templates in VS.

please see here: https://msdn.microsoft.com/en-us/library/ms247116(v=vs.100).aspx

Open an administrative CMD window and navigate to C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE and run the below command as administrator:

devenv /installvstemplates

In Between, you can go to the Control Panel/Programs and Features and right-click the VS 2013 item and choose change-modify, check or re-check the option 'Microsoft Web Developer Tools' like below screenshot.

After that, reopen VS and see if the web template appears or not.

Please let me know, If the issue still persists.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM