Crystal Report Memory Leak
CR XI R2
Setup:
Windows forms application. CrystalReportViewer on a form by itself. Simple rpt bound to table in SQL Server.
Issue:
Changing a page (whether forwards or backwards) increases the memory usage of the application. If you keep changing back and forth between pg 1 and pg 2, the process eventually runs out of memory.
Quitting the CRV form returns the memory.
This was reproduced with a simple application connecting to Northwind on SQL Server.
Also reproduced in CR2008 trial.
Comments:
Anyone else see this and know of how to resolve this?
Note: i have tested this on Sample Application of Crystal Report.
Re: Crystal Report Memory Leak
Re: Crystal Report Memory Leak
Thanks for your solution reply.