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:
or you could try disabling OpenCL acceleration:
MagickNET.SetOpenCLCacheDirectory(@"C:\Windows\Temp");
MagickNET.UseOpenCL=false;