Hi,
I'm using the WinForms package (version 7.3).
While profiling my application I see that there is a memory leak that is caused but the 'colorSchemeChanged' event of Office2007ColorTable.
Here are 2 examples:
1. The MonitorNavigatorItem object is not garbage collected.
2. PrimitiveEditor object is not garbage collected.
In both cases the object that is referencing it is the colorSchemeChanged delegate. What can I do in order to prevent it from referencing it (I don't care about color scheme at all).
Thanks.
Hello,
If there were any issues with leaks, they are already fixed in the most recent versions of NetAdvantage for Windows Forms. Are you experiencing some kind of unexpected behaviour? If yes, what is your version then and what are the steps to reproduce it?
Is this leak (static link to 'colorSchemeChanged') still in place? Was this ever fixed?
iftach said:What can I do in order to prevent it from referencing it (I don't care about color scheme at all).