I have a problem with one of my component. I am running under NT 4.0 and IIS 4.0. When I run an ASP Page to create that Object for the WEB Page, it failed to create the object.
The Error Message displayed on the WEB Page is “ActiveX Component can’t create Object” and on the Event Viewer under the NT Server’s Administrative Tools, it also displayed the following message (Failed On Creation From Object Context: CoCreateInstance ProgID:XXXX CLSID:xxxxxx-xxxx-xxxx-xxxxxxx (Microsoft Transaction Server Internals Information: File: d:\viper\src\runtime\context\ccontext.cpp, Line 1291)(Sorry, I don’t the ProdID and CLSID is important here so I use the xxxxx to represent them). Also the D drive was a Jazz drive for me to do the backup.
Thisparticular component was built under MS VB 5.0. It worked fine for quite sometime but stop to work just recently.
I believe it was because one of the services of the Transaction Server had crashed so that my customized component can’t loaded.
Is anybody can help me