I am using Crystal Reports 13.5 in ASP.NET web forms app. I tried putting the Close()
and Dispose()
calls in the Page_Unload
method, but it did not help.
After 75 reports, I start getting error:
The Maximum report processing jobs limit configured by your system administrator has been reached.
Should I purchase a license for Business Object?
dispose()
andclose()
on page unload – Ajay Kumar