IIS/MTS is crashing !!! 
Author Message
 IIS/MTS is crashing !!!

A new dll that I am using is causing my web site to crash.
I am getting the following error in the Event Viewer:

An object call caused an exception.
(IID: {51372AEF-CAE7-11CF-BE81-00AA00A2FA25}) (Method: 3)
(Microsoft Transaction Server Internals Information: File:
i:\viper\src\runtime\mtxex\activity.cpp, Line: 889)
(Exception: C0000005) (Address: 0x71101ab8)
MSXMLR + 0x1AB8

This dll used to work OK, the only thing that changed is a new Class Module
that is not even referenced yet in the ASP code.

What could be causing this ?



Sat, 26 Apr 2003 03:00:00 GMT  
 IIS/MTS is crashing !!!

Hi,
I think you need to reregister component in MTS (delete objects in MTS
console and register component from file)
It is posible if you add class module with instancing property set different
to private
Tomasz B.

Quote:
> A new dll that I am using is causing my web site to crash.
> I am getting the following error in the Event Viewer:

> An object call caused an exception.
> (IID: {51372AEF-CAE7-11CF-BE81-00AA00A2FA25}) (Method: 3)
> (Microsoft Transaction Server Internals Information: File:
> i:\viper\src\runtime\mtxex\activity.cpp, Line: 889)
> (Exception: C0000005) (Address: 0x71101ab8)
> MSXMLR + 0x1AB8

> This dll used to work OK, the only thing that changed is a new Class
Module
> that is not even referenced yet in the ASP code.

> What could be causing this ?



Sun, 27 Apr 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. restart IIS and MTS from a script.

2. Help : Using ADO on MTS without IIS and ASP

3. MTS and IIS for windows2000, where?

4. COM MTS VB IIS Problem

5. Help : Using ADO on MTS without IIS and ASP

6. IIS & MTS

7. Problem using MTS and IIS together

8. Problems using MTS and IIS together

9. IIS / MTS / ActiveX EXE - Error 70 : Permission Denied

10. Am I better off without MTS (more...)?

11. IE(ActiveX)->IIS->MTS-SQLServer structure

12. MTS package security and IIS anonymous user.

 

 
Powered by phpBB® Forum Software