在哪里可以找到Microsoft.VisualStudio.ExtensionManager作为参考添加? [英] Where do I find Microsoft.VisualStudio.ExtensionManager to add as reference?

查看:229
本文介绍了在哪里可以找到Microsoft.VisualStudio.ExtensionManager作为参考添加?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在安装了VS2013 SDK的VS2013中的控制台应用程序中添加以下引用

I wanted to add the following refernces on my console application in VS2013 installed with VS2013 SDK

  1. Microsoft.VisualStudio.ExtensionManager
  2. Microsoft.VisualStudio.ExtensionManager.Implementation

我无法在参考管理器中找到参考.

I'm not able to find a reference in the Reference Manager.

下图显示可以找到VS2013 SDK的Microsoft.VisualStudio.Settings.12.0

The below image shows that I can find Microsoft.VisualStudio.Settings.12.0 of VS2013 SDK

下图显示找不到上面提到的ExtensionManager引用.

The below image shows that the above mentioned ExtensionManager refernces cannot be found.

推荐答案

我在参考管理器"(Reference Manager)中看不到它们中的任何一个.要么,但是在我的机器上,它们在GAC中:

I don't see either of them in the "Reference Manager" either, but on my machine they're in the GAC:

C:\ Windows \ Microsoft.NET \ assembly \ GAC_MSIL \ Microsoft.VisualStudio.ExtensionManager \ v4.0_10.0.0.0__b03f5f7f11d50a3a

C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.ExtensionManager\v4.0_10.0.0.0__b03f5f7f11d50a3a

C:\ Windows \ Microsoft.NET \ assembly \ GAC_MSIL \ Microsoft.VisualStudio.ExtensionManager.Implementation \ v4.0_11.0.0.0__b03f5f7f11d50a3a

C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.ExtensionManager.Implementation\v4.0_11.0.0.0__b03f5f7f11d50a3a

以及VS2013安装目录中的

As well as in the VS2013 install directory:

C:\ Program Files(x86)\ Microsoft Visual Studio 12.0 \ Common7 \ IDE \ PrivateAssemblies

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies

如果您正在考虑在生产环境中使用此功能,请注意

If you're considering using this in a production environment, note that the documentation states:

尽管此API支持扩展管理器基础结构,但我们建议您不要使用它,因为它可能会发生更改.

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

这篇关于在哪里可以找到Microsoft.VisualStudio.ExtensionManager作为参考添加?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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