I recently upgraded from 8.3 to 11.2 version of winforms components.
However, now I am experiencing severe memory leaks, because of the structure of the objects I am trying to databind. I have a list of task-objects that contain a list of another object which, in term, contains a list of the original task-objects. This causes the memory leak. Is there a way to solve this?
I have added an attachment which demonstrates the memory leak.
Hi,
I ran your sample, but I'm not sure I understand what the issue is. All this sample is doing is binding the WinGrid to a DataSource. There's nothing here that cleans up memory or calls GC.Collect. And there doesn't appear to be anything here that would track memory usage.
So what exactly is this sample intended to demonstrate?