Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Failed to load embedded assembly: The type initializer for 'ImageMagick.MagickNET' threw an exception.

$
0
0
I am not sure if this is available in your version of Magick.NET but can you also do the following at the start of your application:
MagickNET.SetOpenCLCacheDirectory(@"C:\Windows\Temp");
or you could try disabling OpenCL acceleration:
MagickNET.UseOpenCL=false;

Viewing all articles
Browse latest Browse all 3693

Trending Articles