• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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