Unable to load System.Runtime when loading C# assembly
I have a C++ CLI library that's loading a C# library. The library loads just fine, but when i try to enumerate the types within i get an error that it couldn't load System.Runtime.
Here's the Fusion Log: https://pastebin.com/QMztFXua
I'm loading the assembly with Assembly::Load.
I should note that the C++ CLI library is loaded by unmanaged code using LoadLibrary. I don't know if this affects how it loads assemblies.
0 comments:
Post a Comment