Options

How to find COM object reference leaks in .NET

sureshsuresh Posts: 2
Hi,
I am observing COM object reference leaks when i close my .NET Exe.
I ran my .exe with ANTS Memory profiler,But it did not show any reference leaks.Can any one help me how to figure out COM object leaks with this tool.

Thanks,
Suresh

Comments

  • Options
    ANTS is not designed to show unmanaged code behaviour in any detail. You will be able to see how private bytes change with the tool but not any break down of what is happening within that. Can i ask- what is teh nature of the relationship between your manged code and the COM objects? Is there any pinning going on?
Sign In or Register to comment.