• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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