Tuesday, 10 April 2012

64bit register com dll DllRegisterServer with error code 0x80070005 fix

If the privilege level is wrong, you might got an error message on DllRegisterServer with error code 0x80070005
 to fix:-

Click start menu and right mouse on "Command Line Prompt" and select "Run As Administrator" 

It should be noted that remember using that right regsvr32.exe.
64-bit version: C:\Windows\system32\regsvr32.exe
32-bit version: C:\Windows\sysWOW64\regsvr32.exe

No comments:

Post a Comment