How to debug “Could not load file or assembly” runtime errors?

后端 未结 6 1987
孤城傲影
孤城傲影 2020-12-03 16:56

I have a project that uses a Java library converted using IKVM. I added the created DLL plus all possible IKVM DLLs as references to my project, but when I run it, I get the

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 17:38

    You can use the Fusion Log Viewer to debug assembly loading problems in .NET apps.

    Also, Process Monitor is very useful in identifying general file-load problems.

提交回复
热议问题