visual studio扩展安装

visual studio扩展安装

问题描述:

你好,

我使用visual studio 2015开发了一个扩展。扩展需要适用于2013和2015.扩展在vs的机器上运行正常2015(已安装在2013和2015上)已安装但未安装在其他计算机上。 i
得到了例外,说无法找到任何合适的产品来申请延期。

i developped an extension using visual studio 2015. the extension needs to be working for both vs 2013 and 2015. the extension works fine on machines in which vs 2015( and got installed on both vs 2013 and 2015) is installed but not on other machines. i got the exception saying that could not find any suitable products to apply the extension.

任何建议?

确保source.extension.vsixmanifest包含:

Ensure that source.extension.vsixmanifest contains:

针对VS 2013(12.0)和VS 2015(14.0)的Visual Studio Professional / Community或更高版本。

That targets Visual Studio Professional / Community or higher for VS 2013 (12.0) and VS 2015 (14.0).

确保您没有使用的是14.0,只有12.0或更低。

Ensure also that you are not using references that are 14.0, only 12.0 or lower.