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 ?