• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How register 32bits DLL´s on Windows 2008 64bits

m0rpheu5

Regular Pleskian
I´m trying to install many DLL´s, like, aspemail, aspjpeg, aspupload, dundas upload, aspmail, aspeasyzip, and many other, but if i copy the dll to the c:\windows\system32\ the DLL is not registered, but if i copy to c:\Program Files (x86), the DLL is reigstered, but if i use the "asp component test" or the application that works on the windows 2003 32bits, don´t work, what could be, what i´m doing wrong? i try everything.

Thanks
 
you have to run regsvr command first to register them, I think.
 
easy, you have to copy the DLL´s to c:\windows\SysWOW64, i got the same problem when i was trying to installing the components like aspmail, aspemail, asupload and many others.

Anything else write me.

CYA
 
You have to run this command as example below.

C:\>regsvr32 xxxxxxx.dll

C:\>
 
Back
Top