Hello all,
I have a VC++ program that interacts with COM+. These COM+ are written
to interact with database. But for some reason the COM+ going down. I'm
not able to find out what exactly make the COM+ to go down. Since the
COM+ is down, the VC++ program won't get any data, when it makes the
call, rather it would throw errors.
Any pointers, how to find out why the COM+ is going down ( like memory
leak cause the issue etc)
Thanks in advance
Sony
Simon Hart - 18 Jun 2006 22:27 GMT
Try debugging the service?
Simon.
> Hello all,
> I have a VC++ program that interacts with COM+. These COM+ are written
[quoted text clipped - 6 lines]
> Thanks in advance
> Sony
Sony Anchery - 19 Jun 2006 14:57 GMT
Thanks for the reply. The problem is there is no specific reason/time
when it goes down. So debugging the service wasn't successful.
Sony
> Try debugging the service?
>
[quoted text clipped - 10 lines]
> > Thanks in advance
> > Sony
Simon Hart - 19 Jun 2006 17:08 GMT
Have you tried registering a System.AppDomain.UnhandledException handler,
then writing the exception to the EventLog?
Regards
Simon.
> Thanks for the reply. The problem is there is no specific reason/time
> when it goes down. So debugging the service wasn't successful.
[quoted text clipped - 15 lines]
>> > Thanks in advance
>> > Sony