Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COM+ Error 0x8004d01c

Status
Not open for further replies.

lalberti

Programmer
Nov 14, 2000
100
IT
Does anybody knows which is the reason for COM+ Error 0x8004d01c?
My COM+ server is completely of of service for this error.
Thanks,
Luca

Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
Server Application Name: System Application
The serious nature of this error has caused the process to terminate.
Error Code = 0x8004d01c :
COM+ Services Internals Information:
File: .\context.cpp, Line: 113
 

Make sure the COM+ application service is running ..

If you're running 2000 or XP you may also try reinstalling COM+

From a dos box

C:\> move %WinDir%\System32\Clbcatq.dll %WinDir%\System32\~Clbcatq.dll

REBOOT

C:\> cd %windir%
C:\WINDOWS> rmdir /s Registration
C:\WINDOWS> reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3

Go to the control panel, select "Add/Remove program files" and then "Add/Remove windows components", just click "Next" and it will reinstall COM+

BACK AT THAT DOS PROMPT

C:\WINDOWS> regsvr32 ole32.dll
C:\WINDOWS> regsvr32 oleaut32.dll

You might need to reinstall IIS, you might not.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top