PDA

View Full Version : Regsvr32 error


ritjain
Jan 12, 2009, 05:41 AM
I am trying to register a dll using regsvr32 command but it shows error messge. Dllregiserserver... failed. Return code was: 0x80070002.

Kindly let me know what's wrong in the command.

regsvr32 "C:\temp\adxloader.dll"

I have kept the dll in temp folder.

JBeaucaire
Jan 12, 2009, 11:44 AM
Place the dll in the system32 folder and use the command

regsvr32 adxloader.dll

DAC324
Mar 8, 2012, 05:48 PM
Sorry but that does not work either.

Executing the command in the SYSTEM32 directory with the DLL also placed there first produces an error message "The system cannot find the file specified" and afterwards "DLLRegisterServer in ADXLOADER.DLL failed. Error code 0x80070002".