
Cannot run ASP pages anymore - COM+ and ASP error
It sounds like when you initially compiled the program and set it up in COM+
(MTS).... it had one GUID... you made a change to it.... recompiled
it..... and now it can't get instanciated.... it probably has to do with
the compatibility settings of the COM DLL project.
Try deleting the object out of COM+ and dragging it back into COM+. This
will clear out the registry settings for the old object and create new ones
for the NEW dll.... which is what you really want to run.....
ALOHA
Quote:
> I am running into a problem with my IIS server where I can no longer
> execute ASP pages. The event log shows the following error for each
> request attempted:
> --------------------
> A COM+ service (such as Queued Components or Compensating Resource
> Manager) failed to start. The service GUID and HRESULT are:
> {51372AF3-CAE7-11CF-BE81-00AA00A2FA25}
> Process Name: dllhost.exe
> The serious nature of this error has caused the process to terminate.
> Error Code = 0x80040154 : Class not registered
> COM+ Services Internals Information:
> File: .\csrgtserv.cpp, Line: 63
> --------------------
> Can you help please! I tried uninstalling/re-installing IIS with
> no results.