Unable to find an entry point named 'MagickSettings_SetFont' in DLL #354
Unanswered
manjitbhela
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unable to find an entry point named 'MagickSettings_SetFont' in DLL . I am using Nuget 14.2.
I am geeting this error on server only and it works fine on local system. Framework is .net 4.8.
What could be reason?
Error initiate ta first line of code on server :MagickImage objMagick = new MagickImage();
File and Method Name: at ImageMagick.MagickSettings.NativeMethods.X64.MagickSettings_SetFont(IntPtr instance, IntPtr value)
at ImageMagick.MagickSettings.NativeMagickSettings.SetFont(String value)
at ImageMagick.MagickSettings.CreateNativeInstance(IMagickSettings
1 instance) at ImageMagick.MagickImage.NativeMagickImage.Create(IMagickSettings
1 settings)at ImageMagick.MagickImage..ctor()
Beta Was this translation helpful? Give feedback.
All reactions