【发布时间】:2018-08-05 01:36:36
【问题描述】:
在 .net core 2.0 应用程序中使用 IKVM 时,我在 IKVM.Runtime.dll 中遇到以下异常:
Method not found: 'Void System.Reflection.Emit.ILGenerator.EmitCalli(System.Reflection.Emit.OpCode, System.Runtime.InteropServices.CallingConvention, System.Type, System.Type[])'.
我知道 IKVM 只支持 .Net Framework。那么有什么办法可以解决这个问题吗?
【问题讨论】:
标签: .net-core-2.0 ikvm