Visual studio 必须安装“Web开发人员工具”选项

Visual studio 必须安装“Web开发人员工具”选项,visual-studio,visual-studio-2013,Visual Studio,Visual Studio 2013,我一直在与Visual Studio Ultimate 2013合作。今天,当我试图打开一个解决方案时,它试图转换该解决方案,并向我显示错误,如 "The Web Developer Tools option must be installed prior to opening or creating Web projects. You can install this option by repairing your Microsoft Visual Studio installation a

我一直在与Visual Studio Ultimate 2013合作。今天,当我试图打开一个解决方案时,它试图转换该解决方案,并向我显示错误,如

"The Web Developer Tools option must be installed prior to opening or creating Web projects. You can install this option by repairing your Microsoft Visual Studio installation and ensuring that 'Web Developer Tools' is checked in the list of optional components."
Unable to Locate Package Source.
我目瞪口呆,试图通过启用Web开发者工具来修改Visual Studio 2013 ultimate。但这里我得到了另一个错误,比如

"The Web Developer Tools option must be installed prior to opening or creating Web projects. You can install this option by repairing your Microsoft Visual Studio installation and ensuring that 'Web Developer Tools' is checked in the list of optional components."
Unable to Locate Package Source.

现在该怎么办?

可能Visual Studio的安装程序文件已被删除,无法再修改安装。如果找不到它,可以重新安装VisualStudio,但这需要一段时间

  • 转到控制面板->程序和功能->选择您的Visual Studio版本并点击“更改”

  • 单击“修改并启用Web开发人员工具”

  • 启用Web开发人员工具

  • 单击更新


  • 这应该被标记为答案。我遇到了相同的问题,此问题已解决。如果您同时安装了Visual Studio 2015和2013,请确保在Visual Studio 2013上应用上述解决方案。我在Visual Studio 2015中遇到了类似的问题。几个月前我卸载了它,现在在完全重新安装之后,启用了Web开发人员工具,我无法创建ASP.NET站点。在新项目中,C#->Web没有选项,当我单击“新建网站”时,出现上面的错误。我尝试用安装程序禁用所有可选插件,重新启动,然后重新启用所有选项,并在三个小时的安装过程后重新启动。我仍然有同样的问题。卸载和重新安装也没有区别。是我重新映像新Windows安装的唯一选项吗?