如何知道哪个应用程序正在使用 GAC 中的程序集?

发布于 2024-08-22 16:15:37 字数 154 浏览 7 评论 0原文

如何知道GAC中哪个应用程序正在使用程序集?我想从 GAC 中删除不需要的程序集,但它没有被删除,因为它被其他应用程序使用

How to know which application is using an Assembly in GAC? I want to remove unwanted assemblies from GAC but it is not getting removed as it is used by some other application.

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

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

发布评论

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

评论(2

明媚殇 2024-08-29 16:15:37

您可以使用 Process Explorer 查找使用文件的进程。

You can use Process Explorer to find processes using a file.

灰色世界里的红玫瑰 2024-08-29 16:15:37

A passive approach can be using the Visual Studio tool fuslogvw to configure logging for all assemblies that are used on your machine. Then later you can examine the log and draw conclusion of which GAC elements are not used.

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