Debugging COM+ applications

Posted by cc0 on Server Fault See other posts from Server Fault or by cc0
Published on 2011-01-05T07:42:53Z Indexed on 2011/01/05 7:55 UTC
Read the original article Hit count: 196

Filed under:
|

I have a number of separate COM+ applications that I have to figure out;

The COM+ applications respond to a number of scheduled tasks, and I need to know which COM components within which applications are being used when I execute each of these tasks.

It is easy to figure out what (if anything) goes wrong in the event log, but as I am working on testing each components compatibility with the others; I need to know which ones I have actually tested by executing the scheduled tasks.

Does anyone have some useful tips here? I've been looking into the sysinternals tools, and specifically processmonitor, but I have not found a way to make it monitor the COM+ applications yet.

(I initially started this question here, but realized it's probably more suited for serverfault)

© Server Fault or respective owner

Related posts about debug

Related posts about com+