I have a website set up under Windows 7 IIS with "32 bit applications" enabled in the application pool. In other words I am running "classic ASP" in 32-bit mode.
I can install ImageMagick and the tests for the .EXE work, but I can't load the ImageMagickObject in code (remember, it's running in 32-bit mode).
In some cases one can work-around issues like these using the following:
>CD \windows\syswow64
>REGSVR32.EXE {full path to ImageMagickObject.dll}
And while the registration worked, the dll still doesn't load.
Can anybody help me to get the 32-bit DLL registered and loaded?
Thanks!