MissingMethodException using IKVM
问题 I'm trying to use Stanford CoreNLP (which is a Java project) in C#. I found this Nuget package which contains CoreNLP converted to .NET using IKVM, and it's working fine, however I need to do some modifications on the java project as well. I downloaded CoreNLP from Github, I can build the CoreNLP JAR from Ant, and it's also running fine in eclipse, however I'm having problems in converting JAR to DLL . Based on some build-log that I found in google, I'm doing this: ikvmc.exe -version:2.1 ..