Try to load a DLL and I got System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0
at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0
at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
Missing method .ctor in assembly F:\Workspace\Test\Test IFC load\Assets\Plugins\Xbim\Xbim.Common.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
The class System.Runtime.Versioning.TargetFrameworkAttribute could not be loaded, used in Xbim.Common
Can't find custom attr constructor image: F:\Workspace\Test\Test IFC load\Assets\Plugins\Xbim\Xbim.Common.dll mtoken: 0x0a00000f
Missing method .ctor in assembly F:\Workspace\Test\Test IFC load\Assets\Plugins\Xbim\Xbim.Ifc.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
Can't find custom attr constructor image: F:\Workspace\Test\Test IFC load\Assets\Plugins\Xbim\Xbim.Ifc.dll mtoken: 0x0a00000f
Missing method .ctor in assembly F:\Workspace\Test\Test IFC load\Assets\Plugins\Xbim\Xbim.IO.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
Can't find custom attr constructor image: F:\Workspace\Test\Test IFC load\Assets\Plugins\Xbim\Xbim.IO.dll mtoken: 0x0a000010
Comment
I'm having same issue (trying to load a different set of dll's. wizztjh, did you figure anything out?