Hi,
We found same problem while using CR .net with ASP.net.
To fix this, we added the following code in Page_Unload() event.
ReportDocumentObj.Dispose();
ReportDocumentObj.Close();
This error might be because limit on instances of CR report file. When the maximum limit is reached the system gives exception.
I hope it might be helpful for you.
Regards,
Sachin Devre.
|