Can't install the extension on Visual Studio 2017 after installing Visual Studio 2019

浪子不回头ぞ 提交于 2020-05-29 10:34:09

问题


Only Visual Studio 2019 is present in VSIXInstaller, Visual Studio 2017 is missing and when I want to install the extension specifically for Visual Studio 2017 I can't do that


回答1:


I believe this issue crops up due to the 'Visual Studio Extension File' not having the appropriate supported VS Version Numbers specified in the '.vsixmanifest'.

(Changing the supported Version Number range will allow support for previous or future versions of Visual Studio.)

Here is a Link to an answer of mine which covers the issue and resolution. (Which has a worked example of allowing VS 2015 where only VS 2012 was supported)



来源:https://stackoverflow.com/questions/55670384/cant-install-the-extension-on-visual-studio-2017-after-installing-visual-studio

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