On 4/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > http://www.mbclubcanada.com/admin/edit_photo.asp?ImageID=339 > > Server object error 'ASP 0177 : 800401f3' > > Server.CreateObject Failed > > /admin/edit_photo.asp, line 37 > > 800401f3 > > 37 line is the 'Set resizer = > Server.CreateObject("ImageMagickObject.MagickImage.1")'
It looks like the object is not properly installed. I never install it by default so I can't tell if it does not install properly on Win2003. Just go to a command prompt and run "cd \Program Files\%ImageMagick%\ImageMagickObject" and then run "regsvr32 ImageMagickObject.dll". I was getting that error and ran those commands, then the error went away. GNS _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
