My .Net application is referring some nuget packages. When I try to use the .Net DLL in java/scala using JavoNet. Please let me know how to get resolve this error. Thanks
I am getting below " Message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Stack Trace: at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.Assembly.GetTypes() at SicsClrController.Engine.ClrEngine.FindTypeInAssembly(Assembly assembly, String className, List`1 genericTypes). Loader Exceptions: ------------------------- Loader Exception #0
Message: Could not load file or assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Full print: System.IO.FileNotFoundException: Could not load file or assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. File name: 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'"