We are using Magick.NET.dll version 6.8.5.4 in a .net 4.0 winforms app to do some image conversion. For the most part this is working fine. Occasionally we get a user with this error:
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
at Magick.Image.{ctor}(Image* )
at ImageMagick.MagickImage..ctor()
This happens on the call to MagickImage image = new MagickImage();
The app is compiled in x86 and we are using the x86 dll version. Whenever I test this locally or on any test machine it works fine. It works fine for the vast majority of our users. The only common link I see with users that have this problem is they are using an AuthenticAMD processor in their system info. All users are also running windows xp SP3.
Thanks for any help!
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
at Magick.Image.{ctor}(Image* )
at ImageMagick.MagickImage..ctor()
This happens on the call to MagickImage image = new MagickImage();
The app is compiled in x86 and we are using the x86 dll version. Whenever I test this locally or on any test machine it works fine. It works fine for the vast majority of our users. The only common link I see with users that have this problem is they are using an AuthenticAMD processor in their system info. All users are also running windows xp SP3.
Thanks for any help!