visual studio 2015 publish web only have custom option

依然范特西╮ 提交于 2019-12-11 01:45:51

问题


I am using visual studio 2015 to do the web publish of web project. But it seems that several options in web publish profile are missing. There should be include the options in this link Publishing to IIS with Web Deploy using Visual Studio 2015. I have tried to repair the installation, also try to use the vs under the different user. But not worked. Below is the screenshot of my profile page of the web publish. Publish web profile page


回答1:


I got the solution. Just reinstall the web publish plugin by using the visual studio command prompt. The dll is under your installation disk. And 14.0 is for visual studio 2015.

gacutil -i "D:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\Publish\Microsoft.VisualStudio.Web.Publish.dll"


来源:https://stackoverflow.com/questions/36700361/visual-studio-2015-publish-web-only-have-custom-option

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!