P
pol_2095
Guest
Hello,
I load a .NET Core DLL from a .NET Framework DLL using Assembly.Load(), it work when I select in the .NET Core DLL project properties version 1.1, if I choose .NET Core 2.0 or later, it is impossible to load the DLL?
I have this message error :
Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
Thanks
Continue reading...
I load a .NET Core DLL from a .NET Framework DLL using Assembly.Load(), it work when I select in the .NET Core DLL project properties version 1.1, if I choose .NET Core 2.0 or later, it is impossible to load the DLL?
I have this message error :
Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
Thanks
Continue reading...