-
Just looking for a push in the right direction.... Running simple image resize operations and format conversions that work fine in other MVC or Core Console apps... but I can't seemt to get it wire up in a refactored asp.net app targeting framework 4.8. Getting exception in MagickSettings.cs at line: Exception Thrown: Inner Exception: Installed NuGet Packages: I do not see the Magick.Native dlls getting copied to the bin... I don't remember doing this in the past and I can't seem to find them anywhere. Is this the culprit or is there something else I'm missing? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't know why the native binaries are not copied but you can force the copy with the following settings: https://github.com/dlemstra/Magick.NET/blob/main/docs/CrossPlatform.md#native-library-is-not-copied-to-the-bin-folder |
Beta Was this translation helpful? Give feedback.
I don't know why the native binaries are not copied but you can force the copy with the following settings: https://github.com/dlemstra/Magick.NET/blob/main/docs/CrossPlatform.md#native-library-is-not-copied-to-the-bin-folder