dotnet component services:
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