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

后端 未结 6 1991
孤城傲影
孤城傲影 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:26

    Using ProcessMonitor (from the Sysinternals Suite), you could see which DLL your process is looking for right before the exception is thrown.

提交回复
热议问题