下面的代码为我提供了LoaderExceptions。我不知道为什么以及如何以不同的方式做到这一点。
Type typDatabaseImplClass2 = CoreDatabaseImplAssembly.GetType("Binit.Core.Database.Implementation.DbDoubleDimensionImpl");
完整例外详情
"Method 'PassObjectToCPP' in type 'Binit.Core.Database.Implementation.DbDoubleUnitsImpl' from assembly 'Binit.Core.Database.Implementation, Version=1.2.1.0, Culture=neutral, PublicKeyToken=17c64733a9775004' does not have an implementation.":"Binit.Core.Database.Implementation.DbDoubleUnitsImpl"} System.Exception {System.TypeLoadException}
答案 0 :(得分:0)
你似乎在'DbDoubleDimensionImpl'类中使用或调用当前执行上下文中不存在的方法'PassObjectToCPP'。