ImageMagickObject: Cannot create object
Posted: 2010-01-18T09:08:38-07:00
I have used ImageMagickObject happily without any problems with classic ASP and IIS on Windows XP.
Recently I upgraded the version of ImageMagick to ImageMagick-6.5.8-10-Q16-windows-static.exe
Since then I can run the ImageMagickObject samples using cscript and my own script(s) but as soon as I try and create an object variable in classic ASP using:
Set img = CreateObject("ImageMagickObject.MagickImage.1")
I get:
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'ImageMagickObject.MagickImage.1'
Having a look at the dependencies of ImageMagickObject.dll it has references to the following DLLs which are missing on my system.
ieshims.dll
wer.dll
I have tried downloading copies of these DLLs from the Net but I still end up with the same error.
Does someone have a set of dependency DLLs that match for ImageMagickObject.dll that I can download?
TIA,
Mark
Recently I upgraded the version of ImageMagick to ImageMagick-6.5.8-10-Q16-windows-static.exe
Since then I can run the ImageMagickObject samples using cscript and my own script(s) but as soon as I try and create an object variable in classic ASP using:
Set img = CreateObject("ImageMagickObject.MagickImage.1")
I get:
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'ImageMagickObject.MagickImage.1'
Having a look at the dependencies of ImageMagickObject.dll it has references to the following DLLs which are missing on my system.
ieshims.dll
wer.dll
I have tried downloading copies of these DLLs from the Net but I still end up with the same error.
Does someone have a set of dependency DLLs that match for ImageMagickObject.dll that I can download?
TIA,
Mark