24
03/2016
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
环境: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,一切正常。
0 条评论