Using c# application on WIN2008 R2 operating system, I am assigning scheduled crystal report using application to direct printing by using ReportClientDocument.PrintOutputController.PrintReport method
It is observed that while spooling the report file to printer it is crashing my Crystreport.exe and event log also updating with kernelbase.dll error
Report file is generating for more than 50 pages for printing and randomly I am getting below error.
Exit Code: 255
when I check my application event log it is showing as per below.
Faulting application name: CrystReport.exe, version: 5.3.2.0, time stamp: 0x5996b590
Faulting module name: KERNELBASE.dll, version: 6.1.7601.24000, time stamp: 0x5a4996d4
Exception code: 0xc0000005
Fault offset: 0x0000c54f Faulting process id: 0x19bc
Faulting application start time: 0x01d3e38eb1eb8d0f
Faulting application path: E:\532\Release\Server Deploy\ServerApps\Print Manager Service\CrystReport.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll Report Id: f3e3d6cd-4f81-11e8-8f54-1803732f370a
Is there any known issue by using RAS with more number of pages printing by using PrintReport Method on WIN2008 Operating System