Imagemagic Error in IIS

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
sicnezz

Imagemagic Error in IIS

Post by sicnezz »

hi,

i always used imagemagick on IIS with asp and worked fine.
i had to re-install my system and also installed the latest version of imagemagick.
since then i'm getting an error message: (it's german due to my system - i'm trying to translate)

ImageMagickObject.MagickImage.1 Error '80041771'
An external Object has caused an Error. Reason is unknown.

anyone knows what it could be?

creating the object using the following method works:
Set img = CreateObject("ImageMagickObject.MagickImage.1")
t = .Identify("-format", "%hx%w", fil) <-- error occurs here / always worked before

thx,
tom
DannyGM

Re: Imagemagic Error in IIS

Post by DannyGM »

Maybe it's a permssion problem.

You need to set execute permsission to EVERYONE on directory of ImageMagick (or only to IUSR_.. IIS Anonymous user).
Post Reply