vote up 1 vote down star

Hi all,

Does anybody have any experience/ knowledge in installing the aspImage.dll on a 64-bit Windows 2008 platform?

I have a Classic ASP site that uses this component and would badly need to get the dll running. I have tried checking support documents for these to no avail.

Would really do appreciate your response.

Thank you!

flag

What's the problem? – SLaks Nov 4 at 0:49

2 Answers

vote up 1 vote down

In general if you want to use a 32-bit COM object on a 64-bit machine you'll want to register the COM object use the regsvr32 executable located in the Windows\SysWOW64 folder. In IIS you'll want to go to the application pool advanced settings and select true for the Enable 32-bit Applications setting.

link|flag
Thanks for this Nathan. Follow-up question, do I still need to register the dll in the Component Service as well? Thanks again! – mallows98 Nov 4 at 3:03
1  
I apologize, but I'm not familiar with the specific COM object you are using. Is it normally hosted as a COM+ service? If it is a plain old COM object I would not think you should have to register it in component services. – Nathan Nov 4 at 4:12
vote up 0 vote down check

Hi all,

I have managed to have the ServerObject aspImage.dll component run in a Windows 2008 64-bit platform server by creating a COM+ Application and using the aspImage.dll as a COM+ component.

I've also learned that any 32-bit components used in IIS that will be run in a 64-bt server needs to go through this process too.

For more details on delving on COM+ components and apps, please refer to this link: http://technet.microsoft.com/en-us/library/cc725986.aspx

Hope this helps!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.