Hi,
I've upgraded to the latest version of SAP Crystal Reports, version for Visual Studio, using CRforVS_13_0_5.exe from version 13.0.4.
Right after the upgrade, I've run the same code that used to work on the last version and suddenly it crashes when I use the following code:
ReportDocument crystalReport = new ReportDocument(); crystalReport.Load(reportPath); crystalReport.SetDataSource(dtData); try { crystalReport.Export(); //Crashes here } catch (Exception e) { }
Image may be NSFW.
Clik here to view.
Problem signature:
Problem Event Name: APPCRASH
Application Name: ReportsMailer.vshost.exe
Application Version: 10.0.30319.1
Application Timestamp: 4ba2084b
Fault Module Name: crxf_pdf.dll
Fault Module Version: 13.0.5.891
Fault Module Timestamp: 50e9684c
Exception Code: c00000fd
Exception Offset: 00060c37
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: dbcc
Additional Information 2: dbcccc288555cd9c867bb7543f79ff62
Additional Information 3: 9576
Additional Information 4: 95762008e7f9a6425b6ab9ab5943492e
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
One more important thing to mention - the code is running with different datatables as input and only crashes when the data exceeds a certain amount.