Hello
We are using VS 2015 , ASP.NET Ver 4.6 and Crystal Report 13.0.13. The crystal report load event hangs indefinitely after some printouts on function " objrep.Load(FileName) "
We had checked for following points
1) Crystal report is properly closed and disposed. (Infact we have created Singleton class for loading so we know there are not more than 5 objects at any given time. If more than 5 objects we had we simply close all before starting new report)
2) Windows\Temp folder has full permissions
3) We have selected "No Printer" in the Page Setup.
When doing load testing some time we are able to print more than 200 reports at a single go, but when it starts to get hanged on " .load" then it does that forever and only way to rework is to either restart the IIS or change the application pool for that particular website. (Also one strange problem during load testing also noted that before crystal report started to hang, it gives wrong RTF formatting, once after restart the same report comes good)
Can somebody help us what to check next. (and when we do load testing in our development environment I am able to print more than 1000s of report without getting any hangs)