• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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