.NET 应用程序在什么位置查找 .NET 程序集文件?
已编译的 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能会为您提供有关该主题的一些信息:如何运行时定位程序集
This will probably give you some info on the topic: How the Runtime Locates Assemblies
您可以使用程序集绑定日志查看器来查看详细信息您的应用程序搜索绑定的位置。
You can use the Assembly Binding Log Viewer to look at the details of the locations your application searches for a binding.