Cannot run ASP pages anymore - COM+ and ASP error 
Author Message
 Cannot run ASP pages anymore - COM+ and ASP error

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.



Sun, 03 Apr 2005 01:53:02 GMT  
 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.



Sun, 03 Apr 2005 06:17:16 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Cannot run this in an ASP Page

2. IIS4 No Longer Shows Error Messages In ASP Pages or COM Objects

3. IIS4 No Longer Shows Error Messages In ASP Pages or COM Objects

4. Help needed on COM error / ASP Page

5. calling asp page from another asp page

6. ASP and COM Ran out of memory Error

7. run WShell.Run in ASP page w/o path

8. Cannot start/install any ASP.NET page on my web server

9. CANNOT Date Format using vbscript on asp page into MYSQL dataBase

10. help: cannot send mail using vbscript with ASP page

11. New article on porting ASP pages to ASP .NET available on MSDN

12. From within ASP page - do a POST to another ASP

 

 
Powered by phpBB® Forum Software