Search code examples
load.net-assemblyfusion-log-viewer

Tools that can be used to debug .NET Assembly Load failures


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


Solution

  • 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.