如何找到丢失的程序集?
我正在开发 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
.NET Reflector 就是您正在寻找的。 这篇文章还有其他建议。
.NET Reflector is what you are looking for. This post also has other suggestions.
您可以尝试使用 NetOMatix 实用程序 Depends.Net。
You can try using the NetOMatix utility Depends.Net.