I upgraded to VS 2010 and installed CRforVS_13_0.exe
after doing this, each time I run a crystal report, Memory Useage goes up by 0.4 GB.
After running the report 5 or 6 times I get a memory error and have to close my application down.
I have tried cr4vs2010.exe but this is a beta version.
I am using c#
I create a DataSet and use the code this way:
myReport.SetDataSource(myDataSet);
myReport.Export();// create the RPT
myReport.Close();
myReport.Dispose();
This is the same code I used for VS 2008 with .Net and there was no significant memory leak.