They could guide me in error please
Message = "External component has thrown an exception."
StackTrace = "at Magick.throwException(_ExceptionInfo* )\r\n at Magick.readImages<class std::list<class Magick::Image,class std::allocator<class Magick::Image> > >(list<Magick::Image\\,std::allocator<Magick::Image> >* sequence_, basic_string<char\\,std::char_traits...
This happens in
Visual Studio 2008 C#
But in Visual Studio 2008 VB works correctly.
Code
Code: Select all
ImageMagickNET.MagickNet.InitializeMagick(Application.StartupPath);
ImageMagickNET.ImageList imagelist = new ImageMagickNET.ImageList();
imagelist.ReadImages(@"[PATH]\IMAGE.jpg"); // Error
http://www.codeproject.com/Articles/178 ... -in-VB-NET
Regards