Tools that can be used to debug .NET Assembly Load

2019-05-26 17:52发布

问题:

What are some good tools you use to debug a .NET assembly load failure that has native dependencies. I have used fusion logger (FUSLOGVW.exe) and ProcMon but they haven't helped me much. Any other tools that are useful?

Thanks, Mohammed

回答1:

The only other tool I found that was a bit helpful was Dependency Walker. After downloading it, use this tutorial to help you get started.