hieuuk 0 Light Poster

Now, you think I'm crazy. Memory leak in C#? Well, it's happening for me. I think somehow VS think that object still in use or something, that's why it not disposes it.

Background: I'm working on a big application which was coded about 4 years ago and every year, new developers with different level of skills. And Somehow they are just amazing enough to create a super complex area with lot of user controls and even pass the GC (Just so amazing). It's kind of leak everywhere.

To solve the problem I used Memory Profiler (My ANTS is expiried) but no luck 'cos it lead me down to about 20 differents level :| (Just great)

Question: I develop myself a runtime memory tracking system to integrate into this system. I could have the real time total memory but I want to monitor every single variables or controls. Do you know how to get it.