You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I run this, I can't pinvoke. I get "System.DllNotFoundException : Unable to load DLL 'libmedxdcmtk': The specified module could not be found.".
If I copy the two libs directly into /usr/lib, it works, so I know it isn't an issue with the binaries. It is an issue with the dotnet runtime not loading the native packages correctly.
For example,
runtime/debian
andruntime/win-64
, etc.Similar to how the libuv packages are delivered through NuGet here.
The text was updated successfully, but these errors were encountered: