I\'m facing a very buggy issue, in ASP.NET application after viewing the same report many times simultaneously I got this exception:
The maximum repor
I would recommend moving your close/dispose/gc.collect code outside of that unload process. In other words:
My guess is the viewer control is not completely closed when the report is being cleaned up.
Crystal is a very memory intensive process and very finicky.