• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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