
12-05-2008
|
|
|
|
Join Date: Nov 2008
Location: Decatur IL
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: Error
Hopefully this helps you out some:
If you try to regsvr32 a module in normal command prompt
window without proper administrative privileges, you will get the following error message:
The module “xxx.dll” was loaded but the call to DllregisterServer failed with error code 0×80004005.
The scenarios that this error may occur are when you trying to register the jscript.dll or vbscript.dll to solve internal error 2739 during installation, or when install add-ins for Microsoft Outlook 2007 such as TRSOutlookAddin.dll or other DLLs under Windows Vista by using regsvr32.exe.
To solve the call to “DllregisterServer failed with error code 0×80004005″ error, run a Command Prompt as Administrator. Alternatively, you can disable User Access Control too, or login with Administrator account.
Originally Posted by Carina
Can anyone tell me how to solve error code OX80004005. Thanks
|