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