Hello,
we have a legacy VB.NET web application using SAP Crystal Reports runtime 13.0.0.99 32 and 64 bit.
After a certain amount of requests, the runtime crashes with an error "processing limit reached".
There are many solutions on the internet and we did try them all including editing the registry and Disposing and Closing all reports after use. Nothing worked.
our registry path to PrintJobLimit looks like this:
HKEY_LOCAL_MACHINE\SOFTWARE\SAP Business Objects\Crystal Reports for .NET Framework 4.0\Report Application Server\Inproc Server\PrintJobLimit
the default value is 75. We tried -1,0,100,999999 but nothing seems to affect the issue.
Please advise.