如何找到丢失的程序集?

发布于 2024-11-01 02:56:28 字数 174 浏览 1 评论 0原文

我正在开发 .NET Windows 应用程序。我已将我的应用程序部署到我的客户端。我面临的问题是部署目录中的程序集之一丢失。

有什么办法可以找到缺少哪个程序集吗?假设 assembly1 引用了 assembly2,并且部署目录中缺少 assembly2...Microsoft 是否有推荐的工具来查找丢失的程序集?

I am working on an .NET Windows application. I have deployed my application to my client. I am facing a problem that one of the assemblies from the deployment directory is missing.

Is there any way to find which assembly is missing? Say if assembly1 has a reference to assembly2 and assembly2 is missing from the deployment directory...is there any tool Microsoft recommends to find the missing assembly?

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

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

发布评论

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

评论(2

虫児飞 2024-11-08 02:56:29

.NET Reflector 就是您正在寻找的。 这篇文章还有其他建议。

.NET Reflector is what you are looking for. This post also has other suggestions.

混吃等死 2024-11-08 02:56:29

您可以尝试使用 NetOMatix 实用程序 Depends.Net

You can try using the NetOMatix utility Depends.Net.

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