When I launch a crossTab generation and exit it once generated, my application does not fully release the memory, even if I call « GC.Collect () » or Dispose().
Elements/processes are still kept in memory, about 300MO.
When I look into the task manager and make a comparison of the free available memory before launching the telerik component functionnality and after using it , I can detect that 300MO are not released.
So i suppose this is linked to the telerik component.
As a result I have to exit my app before using the telerik component, otherwise I systematically get a crash.
A solution?
Best regards