.NET 应用程序在什么位置查找 .NET 程序集文件?

发布于 2024-09-01 11:04:20 字数 100 浏览 2 评论 0原文

已编译的 .net 应用程序在什么位置查找 .NET 程序集文件?

如果在应用程序文件夹中找不到程序集文件,并且在 GAC 中也找不到该程序集文件,那么它还会在哪里查找?

In what location does a compiled .net app look for .NET assembly file?

If the assembly file is not found in the application folder and not found in the GAC, where else will it look?

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

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

发布评论

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

评论(2

伤痕我心 2024-09-08 11:04:20

这可能会为您提供有关该主题的一些信息:如何运行时定位程序集

This will probably give you some info on the topic: How the Runtime Locates Assemblies

尐偏执 2024-09-08 11:04:20

您可以使用程序集绑定日志查看器来查看详细信息您的应用程序搜索绑定的位置。

You can use the Assembly Binding Log Viewer to look at the details of the locations your application searches for a binding.

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