JAVA监听事件IKVM转化DLL C#调用报错
有使用过IKVM的朋友吗,java添加监听事件,在java环境运行正常,但是使用IKVM转换为dll后,C#调用运行出现以下异常:
System.TypeLoadException: Could not load type 'dll.Client' from assembly 'grglistener, Version=1.0.6143.15098, Culture=neutral, PublicKeyToken=null'.
Cannot intercept exception. Debugged program can not be continued and properties can not be evaluated.
是因为ikvm不支持java事件转换为C#事件吗?