Click here to Skip to main content
15,896,489 members
Please Sign up or sign in to vote.
2.60/5 (5 votes)
See more:
I am using a com interface object in my C# application.
How to release the memory allocated by com component in C#.
How to identify unmanaged memory leaks in C# application.
Suggest tool.
Posted
Comments
William Winner 14-Sep-10 11:39am    
My vote of 2:

They're definitely fair questions...but you need to learn how to properly write a question and how to not do it curtly. You also need to learn how to actually ask a question and write in complete sentences.

How to release... is not a question.

And "Suggest tool." is a command, not a question or request.

There's a proper way to ask for help...and then there's the way you did it.

There are several good tools out there for looking at what is happening in memory. One of the best is Debugging Tools for Windows[^], DotTrace[^] is also an excellent tool, I have heard good thing about the ANTS Profiler[^] as well. Also I would reccommend that you read CLR via C#[^] to better understand what is happening with memory.
 
Share this answer
 
For your last question,

ANTS Memory Profiler
 
Share this answer
 
Deleaker - I think that it can be used in your case.
 
Share this answer
 
Comments
SuperMegaCoder 14-Mar-12 13:01pm    
Excellent tool for gdi leaks debugging! :)))
Just google it - "COM with .Net" or something like that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900