您的位置:首页 > 产品设计 > UI/UE

vs2013无法创建html,不能发布:The web publishing extension is not installed which is required to publish

2016-03-24 13:39 996 查看
环境:vs2013,同时在电脑上安装有vs2012、vs2015

动作:可能是重新安装了Azure SKD之后,导致vs2013出错

现象:无法添加、打开html文件。无法右键-》publish到azure平台网站,弹窗提示:The web publishing extension is not installed which is required to publish. You can install it from http://go.microsoft.com/fwlink/?LinkID=208120

解决方案:

1、找到vs2013 command prompt。可能不叫这个名字,在我的电脑里面为:C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\VS2013 x64 Native Tools Command Prompt

2、右键,以管理员方式运行。

3、分别输入以下两个命令:

devenv /setup这个命令运行时间可能比较长,耐心点。
devenv /updateconfiguration


再次打开vs2013,一切正常。

转载请注明:康瑞部落 » vs2013无法创建html,不能发布:The
web publishing extension is not installed which is required to publish. You can install it from http://go.microsoft.com/fwlink/?LinkID=208120
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  azure visual studio 发布