VB.NET - 如何删除 Infragistics 引用

发布于 2024-08-15 17:55:35 字数 299 浏览 10 评论 0原文

我将一个 vb 项目移到了一台新计算机上。这个没有安装 Infragistics 库。显然,它安装在原始计算机上,并且 vb 项目必须对它有一些引用(请参见下面的错误),即使我没有在项目中使用它。所以我在新电脑上遇到这个错误。

无法解析类型“Infragistics.Win.UltraWinGrid.UltraCombo、Infragistics2.Win.UltraWinGrid.v9.1、Version=9.1.20091.1000、Culture=neutral、PublicKeyToken=7dd5c3163f2cd0cb”

如何摆脱它?

I moved a vb project to a new computer. This one does not have Infragistics libraries installed. Apparently on the original computer it was installed, and the vb project must have some reference to it (see error bellow) even though I'm not using it in the project. So I am getting this error on the new computer.

Unable to resolve type 'Infragistics.Win.UltraWinGrid.UltraCombo, Infragistics2.Win.UltraWinGrid.v9.1, Version=9.1.20091.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'

How do I get rid of it?

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

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

发布评论

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

评论(3

念﹏祤嫣 2024-08-22 17:55:35

查看项目的“引用”列表,如果其中有引用(可能带有黄色警告盾),则只需将其删除即可。之后,查看 vbproj 文件中是否有其他引用。那应该解决这个问题。

如果它不在这两个区域中的任何一个中,请在源文件本身中查找导入。

Look in the list of "references" for the project, if there is a reference in there (probably with a yellow warning shield) then simply delete it. After that look in the vbproj file for any other references. That should address it.

If it is not in either of those two areas, look for imports in the source files themselves.

偏爱你一生 2024-08-22 17:55:35

如果要删除 Infragistics 组件的所有引用。您需要从引用文件夹中删除,通过执行此操作,您必须删除引用使用这些引用的控件的所有代码。您需要使用预定义的控件。

If you want to remove all refrences of the Infragistics components. You need to remove from Refrences folder, by doing this you have to remove all the code refering to the controls using those refrences. You need to use predefined controls.

剧终人散尽 2024-08-22 17:55:35

您可以使用控制面板中的添加或删除程序。使用它您可以卸载该组件。

You can use the add or remove program in control panel. using that you can uninstall the this components.

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