Problem reinstalling COM+

J

Jeremy

Windows XP SP1
Visual Studio .NET 2003 ASP.NET
I have discovered that I can no longer open ASP.NET projects, nor can
I view
aspx pages on my local webserver. In digging into the problem, I found
several
errors in my Event Log, which led me to the fact that one of the COM+
services
is failing. So, I followed the steps in KB article 246499 to reinstall
COM+,
but in doing that, this is the error that I find in comsetup.log:

Sub-component COM+ raised an exception while processing the
OC_COMPLETE_INSTALLATION setup message.

d:\nt\com\com1x\src\complussetup\comsetup\csetuputil.cpp (line 3406)

Error Code = 0x8007007f

The specified procedure could not be found.

Failed to load the library 'C:\WINDOWS\System32\comuid.dll'.

So, I look for comuid.dll on my system, and I find it. When I view the
dll in
the Dependency Walker, I see a dll highlighted in red called
CLBCATQ.dll.
When I click on CLBCATQ, there is a function highlighted in red called
GetGlobalBabyJITEnabled. (Whoa, baby, who named that function?!?!!?!).
Anyway, CLBCATQ is on my system, but I'm wondering if its just the
wrong version, if it is the wrong version, where can I get the correct
one,
and what can I do to resolve this problem?
 
G

Guest

I delete comuid.dll, re-register ole32.dll and oleaut32.dll ...I also uninstall Visual Studio, Framework ..(I may not have to unistalll VS and framework ..but this was done before I delete comuid.dll - you may try to delete this file first)
then reinstall COM+ and things work again.
Hope this will help you!
T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top