In addition to this one user today also experienced this error while exporting to PDF:
- System.Runtime.InteropServices.COMException (0x80004005): Invalid pointer 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.FormatEngine.Export(ExportRequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
at ReportsInvoice.frmShowReportPayments.createTempReportFile_FullFileName(String name)
I found this post however my images are less than 20KB each and there was only 1100 pages in the report.
Invalid pointer error trying to export report
The user had generated and exported to PDF quite a few reports (one by one - so only max 3 pages) before this so maybe there was a memory leak left over from that.
Jeff.