Hello !
I believe that almost all infragistics controls have memory leak issue. I have discovered it because my application is using to much memory so i have invastigated first on my application and next by making some simple examples(using only one or two control) and using a memory profiler.
Now, the problem is that every infragistics control is referenced by a delegate called "themeChangedDelegate" and as a conseguence the GC cant return that memory to the OS. if you are not aware of this problem and cannot replicate this issue, i can make a video with a very simple example.
Hope to see fixed this issue as soon as possible.
Thank you.
Best Regards.
ps: i'm using 2008 vol2.
I am experiencing serious memory leaks. Among other controls I do use Infragistic controls. I have for example a dialog containing an infragistics webtabcontrol. If I click on all 7 tabs I have lost 3MB on the server.
Have you received a solution from Infragistics or did you find a workaround for the themeChangedDelegate.
Roland
as you can see no answer.
If you require the developers to look into the issue or require a formal response, you should submit this issue through Developer Support.
-Matt
hi everyone, we encountered this issue a while back in vol 7.3 we have a workaround for this issue.
i dont know if it will work with current versions, but you can try.
the solution and explanation of the problem (basically infragistics is rooting all controls to static event handlers) can be found here
(http://subjectively.blogspot.com/2009/03/importance-of-recycling-memory.html)
I am using Infragistics NetAdvantage winforms 7.2 version and also facing severe memeory leak issues. Even though I am calling dispose method on every control in my form (UltraWinGrid etc) but memory is not being released. Any idea to release the unmanaged resources of infragistics UI controls.
Thanks in advance.