Hi,
We have one desktop application in C#. This application is generating PDF from crystal report, using ReportDocument.ExportToStream. We are trying to create more than 1500 PDF out of this application. The application is working fine in the development system But when we deploy it to client's system it will stop generating PDF with the following error:
==============================================================
at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
Memory full.
Failed to export the report.
Not enough memory for operation.
==================================================================
The issue is happening random. Sometimes it will throw error after 1st or 2nd PDF. Sometimes it will create 200 PDF. We have deployed it to other clients they all working fine. We checked memory, there is enough memory in system.
We are using CRforVS2010. We have updated SP8. But still it is showing error randomly.
Could you please help me to solve this issue?
Thanks in advance
Baby C S