cancel
Showing results for 
Search instead for 
Did you mean: 

Error on crystal reports export to PDF, WIndows 2012, ASP.NET web application Framework 4.0

lagartron
Discoverer
0 Kudos

After migrating a web application using crystal reports for visual studio from framework 1.1 to framework 4.0 and crystal reports 13 SP17 the aplication pool serving reports start to crash with the folowing error, and IIS disable the Application Pool.

Our application runs on 32 bits, because reports are using oracle driver wich is not available in 64 bits.

After that we upgrade to SP21, getting similar errors.

------

Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x52157ba0

Faulting module name: crxf_pdf.dll, version: 13.0.17.2096, time stamp: 0x576129db

Exception code: 0xc0000005

Fault offset: 0x000102d4

Faulting process id: 0x5630

Faulting application start time: 0x01d3fcd3405eca60

Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe

Faulting module path: C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf.dll

----

¿any clue?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Upgrade CR for VS to current version and test again

Answers (2)

Answers (2)

lagartron
Discoverer
0 Kudos

Dell , thanks for reply. I am using ReportDocument only, method Export().

Not using Viewer at all.

DellSC
Active Contributor
0 Kudos

Are you ever working with ReportDocument objects or are you just using the Viewer object model to view reports?

-Dell