I have a huge application that was made with COM+ Objects and i want to track/log the call of events of these components. The objective is to find the problems and refator that methods. I have found some documentation of API like this http://msdn.microsoft.com/pt-br/library/dd179218(v=VS.85).aspx, but the only thing i could is to get the name of the pools in com+.
Asked
Active
Viewed 530 times
10
-
3There's a sample which might be helpful [here](http://msdn.microsoft.com/en-us/library/aa289138(v=VS.71).aspx). – Ondrej Kelle Nov 18 '11 at 15:08
-
Thank's for link, but i can't get the data. – Gabriel Fonseca Nov 22 '11 at 12:28
-
2You can also download the sample [here](http://db.tt/tvvW9pwR). – Ondrej Kelle Nov 22 '11 at 13:14
-
Well, after some time, i am able not to access COM+ calls, but manage the COM+ objects subscriptions, it's a advance. Soon as possible, i will put the code on Github. – Gabriel Fonseca Sep 21 '12 at 17:08
1 Answers
0
According to this ETW can be used to trace COM and COM+. I'd be very interested to know if it works. Also note that ATL has a tracing/logging mechanism (ATLTRACE2) that may be of interest.

Χpẘ
- 3,403
- 1
- 13
- 22
-
Sorry, i not in this jungle anymore. But thanks! It could be useful. – Gabriel Fonseca Feb 18 '16 at 17:10