在 Visual Studio 2010 Express 中安装扩展或加载项的限制

发布于 2024-12-13 02:55:24 字数 670 浏览 0 评论 0原文

我安装了 MSVC++ 2010 Express 并尝试确定可以安装哪些扩展 (vsix)。 扩展管理器中有一些扩展(在线图库部分)。所有这些都来自 Visual Studio Gallery。确保我安装了一些扩展。因此,不能说 Visual Studio Express 版本不支持安装扩展或加载项。起初,我认为 Visual Studio Gallery 是允许扩展的地方。我从那里下载了 PowerConsole 扩展并尝试安装它。但是,我收到带有以下文本的消息框:

Visual Studio 扩展安装程序
此扩展无法安装在任何当前安装的产品上。

问题是,在 Visual Studio 2010 Express 中安装扩展的确切限制是什么?

I installed MSVC++ 2010 Express and trying to figure which extensions (vsix) are available to install. There are some extensions in the Extension Manager (section Online Gallery). All of them from Visual Studio Gallery. To be sure I installed some extension. It, therefore, cannot be said that the express editions of Visual Studio do not support installing Extensions or Add-Ins. At first I decided that Visual Studio Gallery is the place for allowed extensions. I downloaded from there PowerConsole extension and tried to install it. However, I got message box with following text:

Visual Studio Extension Installer
This extension is not installable on any currently installed products.

The question is, What are exact limitations for installing extensions in Visual Studio 2010 Express?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野鹿林 2024-12-20 02:55:24

请查看这篇文章

上面的文章总结如下:

  • Express SKU 仅支持安装分类为模板(或模板向导)和控件的扩展。
  • Express SKU 不支持工具扩展。哪一项不属于另一项
    类别(模板或控件)。
  • VSIX 文件通过清单标记了它们兼容且可以安装的应用程序。

Take a look at this article.

In summary from above article:

  • The Express SKUs only support installation of extensions that are classified as Templates (or Template Wizards) and Controls.
  • The Express SKUs do not support tool extensions. Which is anything that doesn't fall into one of the other
    categories (Template or Control).
  • VSIX files are marked, via the manifest, as to which applications they are compatible and can be installed.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文