Hi,
I am currently debugging an application that uses Krypton Toolkit, and it's got a lot of memory leak problems. When I investigate it with .NET memory profiler it shows me a lot of classes like ViewManager, ViewLayoutCenter, etc. (around 12 classes from Krypton Toolkit) that got an increasing number of instances (it goes up to 800 instances of each after like 2 minutes of opening and closing forms). My problem is that I don't see any of my own classes in the Root Path of those instances (the reason why they are kept alive, the places where they are still referenced when they shouldn't be).
I just posted this question on StackOverflow (see http://stackoverflow.com/questions/6151 ... eak-issues for more details) and someone told me to post my question here.
Any help would be greatly appreciated,
Thanks!