visual studio扩展安装 [英] visual studio extensions installation

查看:326
本文介绍了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.


这篇关于visual studio扩展安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆