如何查看此 .Net 错误中提到的 PATH?

发布于 2024-12-05 03:33:38 字数 190 浏览 0 评论 0原文

我遇到错误:

“无法加载 DLL,请检查它所依赖的任何 DLL 是否位于 PATH (SomeLibrary.dll) 中:找不到指定的模块。”

我想知道.Net 在哪里查找这个 DLL。

我怎样才能看到它所依赖的 PATH 详细信息来到达上面提到的 dll?

谢谢

I am having an error which says:

"Failed to load the DLL, check that any DLLs it depends on are in the PATH (SomeLibrary.dll): The specified module could not be found."

I want to know where this DLL is looke up by .Net.

How can I see the PATH details it is relying to reach the dll mentioned above?

Thanks

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

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

发布评论

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

评论(1

ぺ禁宫浮华殁 2024-12-12 03:33:38

它比你想象的更复杂。它从 GAC 开始,但也考察了其他一些地方。这篇文章似乎很好地解释了这一点。

http://ihorwill.blogspot.com/2006/09/net- assembly -分辨率.html

It's more complicated than you might think. It starts with the GAC but also looks in some other locations. This article seems to explain it well.

http://ihorwill.blogspot.com/2006/09/net-assembly-resolution.html

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