Hi There,
I have two questions about this error.
1) How do you get rid of it after it happened. I had to reboot.
2) What's the best way to dispose of the reportdocument object.
I tried the code below, but it doesn't work:
protected void Page_UnLoad(object sender, EventArgs e)
{
rdoc.Close();
rdoc.Dispose();
GC.Collect();
}
Thanks for help on previous issues.
Paul O