Search found 2 matches
- 2013-05-17T13:41:12-07:00
- Forum: Magick.NET
- Topic: MagickNet type initializer throws exception
- Replies: 3
- Views: 20702
Re: MagickNet type initializer throws exception
That was indeed my problem. Thanks for your help!
- 2013-05-03T12:13:24-07:00
- Forum: Magick.NET
- Topic: MagickNet type initializer throws exception
- Replies: 3
- Views: 20702
MagickNet type initializer throws exception
Hi: I have downloaded Magick.Net.dll and Magick.Net.Web.dll v 6.8.3.10. As the site requests, I have installed VC++ Redistributable for VS2012 X86. I have created an ASP.NET web application and added references to the above 2 dlls. The following code blows up on the second line: MagickNET.Initialize ...