The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows Vista
To register a DLL in Windows Vista with regsvr32.exe, you need to have administrator privileges and rights. Unless you have disabled UAC (User Access Control), all user accounts except Administrator that you use to login into Vista will need user to manually elevate the user rights to administrator credentials although you have set their roles as administrator.
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.
Related Articles
- Windows Update KB905474 and KB913446 Installation Failed with Error Code 0×80242006
- Fix Vista Winodws Update Error Code 80004002
- Fix Failed Windows 7 Ugrade from Vista with Previous Version Restored and Endless Reboot Error
- Fix Call to Undefined Function read_global() Error in Google AdSense Mobile Content PHP Ad Code
- Internal Error 2739 Error in Vista (32 or 64-bit) When Install Adobe Photoshop CS3 and Reflector Related Programs
- Failed or Missing Dependency of glibc-common Error
- 0×8007232B DNS Name Does Not Exist Error on Windows Vista or Server 2003 Activation
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log
- WordPress Call To Undefined Function get_currentuserinfo() PHP Error
- Windows Update or Office Update Encounters 0×80070643 Failed Update Error










































October 21st, 2009 17:27
If there are no other errors have you tried registering it with an elevated command prompt?
(Start, All Programs, Accessories, right-click Command Prompt, and then click Run as Administrator)
Then use regsvr32 to register the DLL
September 2nd, 2009 13:13
Thankyou! Ran a command prompt as administrator and worked brilliantly. Like apis17, I forgot about the admin level, and the installation guides never mention it themselves.
May 28th, 2009 23:23
Turned off UAC and it worked like a charm!
Thanks!!
May 7th, 2009 15:42
Hi all,
((
I also run vista as a admin, I turned off UAC and rund the dos shell as admin but still getting the error
I even turned off alll antivirus and spam bloking software and still not getting any further.
Any help is very appriciated!
February 5th, 2009 17:35
Josh, same problem here. No UAC, and running as admin. Still getting the error.
July 31st, 2008 11:40
thank you for this information i forgot windows vista have different privilege when doing installation.. thank you i’ve solved my problem..
June 12th, 2008 04:09
Thanks…this worked the first time through!
April 22nd, 2008 15:48
I did all that with with being the admin, i even activated a admin account with command prompt to make sure i have access. but i still get this error when i try to use regsvr32 in cmd prompt. I don’t understand why the dll is loaded but still won’t work? please help if you can.