无法在我的项目中使用可扩展性库

发布于 2024-12-19 23:33:06 字数 160 浏览 4 评论 0原文

我无法在我的项目中使用可扩展性库。

错误:

The type or namespace name 'Extensibility' could not be found 

使用 Visual Studio 2010,框架 4

I cant use Extensibility lib in my project.

Error:

The type or namespace name 'Extensibility' could not be found 

Using Visual Studio 2010, Framework 4

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

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

发布评论

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

评论(2

夜巴黎 2024-12-26 23:33:06

我认为您正在谈论这个命名空间: http: //msdn.microsoft.com/en-us/library/extensibility%28v=VS.100%29.aspx

要使用它,请添加对Extensibility程序集的引用你的项目。该程序集应该存在于您的 GAC 中。

以后,如果您不知道使用哪个程序集,请在 MSDN 上查找具体类型: http://msdn.microsoft.com/en-us/library/extensibility.ext_connectmode.aspx。在页面顶部,它告诉您该类型驻留在哪个程序集中。

I think you are talking about this namespace: http://msdn.microsoft.com/en-us/library/extensibility%28v=VS.100%29.aspx

To use it, add a reference to the Extensibility assembly to your project. This assembly should exist in your GAC.

In the future, if you don't know which assembly to use, lookup the concrete type on the MSDN: http://msdn.microsoft.com/en-us/library/extensibility.ext_connectmode.aspx. At the top of the page, it tells you in which assembly the type resides.

落日海湾 2024-12-26 23:33:06

您是否在项目中添加了对可扩展性的引用?如果没有它,它就找不到图书馆。

Have you added a reference to Extensibility to your project? Without that it won't find the library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文