Fail: CreateObject('ImageMagickObject.MagickImage.1')

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
WyomingGeezer
Posts: 2
Joined: 2011-04-06T21:25:55-07:00
Authentication code: 8675308

Fail: CreateObject('ImageMagickObject.MagickImage.1')

Post by WyomingGeezer »

I have a Windows 2008 R2 box running two web sites. I have encountered a problem where one web site can CreateObject('ImageMagickObject.MagickImage.1') just fine.
The other web site is on the same box and does not fail.

The web site below contains additional information.

The obvious answer is that there is some difference between the two web sites. Perhaps? However, the VBScript sample given us by ImageMagick also fails.
WHY?
Better yet, how can I fix it?

See:
http://devel.framerate.com/devel/TestImageMagick.asp << fails
http://host.framerate.com/devel/TestImageMagick.asp << works

Regards,
The Great Curmudgeon, AKA El Gran Cascarrabias, AKA The Wyoming Geezer, AKA J. Peter Fudpucker
All of which have gmail addresses!
WyomingGeezer
Posts: 2
Joined: 2011-04-06T21:25:55-07:00
Authentication code: 8675308

Re: Fail: CreateObject('ImageMagickObject.MagickImage.1')

Post by WyomingGeezer »

FIXED - MOSTLY!

Turns out there WAS a difference between the settings on the two web sites. In the Application Pool Advanced Settings, there is an Enable 32 Bit Applications setting. It was TRUE on the site that worked, and FALSE on the site that did not work.

So, that fixed the web stie (my real problem). Some research suggests that 32 bit applications are not enabled by default on the Windows 2008 R2 64 bit box.

I suspect, once I find the setting, I will be able to fix the problem in the VBScript sample.

Regards,
The Great Curmudgeon.
Post Reply