dll上的感叹号问题?

发布于 2024-11-28 23:26:13 字数 212 浏览 2 评论 0原文

我已经在我的项目中添加了一个用 Visual Studio 2005 编写的 DLL。
执行此操作后,添加的 DLL 附近会出现一个感叹号。

我不想有这个感叹号,因为我认为它反映了一个问题。

我的一个朋友将此 DLL 添加到他在这台计算机上的项目中,一切正常,所以我认为我没有很好地添加它,而且我的视觉工作室/计算机中也没有问题。

有什么想法如何处理吗?

I've added a DLL to my project, written with visual studio 2005.
After I did so, an exclamation mark appears nearby the added DLL.

I want to not having this exclamation mark because I'm assume its reflect about a problem.

A friend of me added this DLL to his project on this computer and everything worked well, so I assume I didn't added it well nor there is a problem in my visual studio/computer.

Any ideas how to handle it?

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

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

发布评论

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

评论(2

一紙繁鸢 2024-12-05 23:26:13

当目标项目的目标框架和引用的版本不同时,我遇到了同样的问题。在我更改了项目属性后,它起作用了。

I had the same problem when Target framework of destination project and the version of references was different. After I've changed it Project properties, it worked.

未央 2024-12-05 23:26:13

这通常意味着 VS 找不到该程序集。确保它位于您可以访问的位置,并将其与您朋友的进行比较。例如,它是否在同事的机器上,可能会在某些时间关闭?它在网络驱动器上吗?

我建议制作该文件的本地副本并查看问题是否解决。

问题可能与此问题重复。

This usually means that VS can't find the assembly. Make sure it's in a location that is accessible to you, and compare this with your friend's. E.g., is it on a co-worker's machine that may be turned off at certain times? Is it on a network drive?

I'd suggest making a local copy of the file and seeing if the problem is solved.

Question is a possible duplicate of this one.

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