We are generating 145,112 PDFs using Crystal Reports in a multi-threaded loop.
After generating about 826 PDFs, our application will crash.
We have isolated the issue to a combination of Tha...
Hi Don
I have upgraded to the latest version of Crystal Reports: 13.0.22.2668.
I am still getting a crash after running the service for about 2 hours and 46 minutes. In that time frame, it has genereated about 50,000+ PDF documents.
reporting-s...
I'm using CR for VS version 13.0.9.1312.
I've also attached screenshots of the font. It does look like it is a True Type Font, doesn't it?
sap-crystal-reports-version.png
The application is written in C#.NET.Yes, the code does explicitly call .Dispose() on the ReportDocument instance. The instance is not in a "using" clause.We're using a pool of ReportDocument instances that we re-use while creating the PDFs, is this ...
The application is written in C#.NET.Yes, the code does explicitly call .Dispose() on the ReportDocument instance. The instance is not in a "using" clause.We're using a pool of ReportDocument instances that we re-use while creating the PDFs, is this ...