如果程序集位于 GAC 中,那么它调用的所有程序集是否也必须位于 GAC 中?
这个问题说明了一切。
The question says it all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
这个问题说明了一切。
The question says it all.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
GAC 中的程序集不知道您的私有程序集的私有位置。它只了解 GAC 本身。所以它只能引用 GAC 中可用的程序集
An assembly in the GAC does not know about the private locations of your private assemblies. It is only aware about the GAC itself. So it can refer to the assemblies that are available in the GAC only
否 - GAC 是您放置您特别希望在全球范围内可用的程序集的地方。
No - the GAC is the place where you place assemblies that you specifically want to be available globally.