Skip to Content
0
Former Member
Sep 22, 2008 at 11:26 PM

The maximum report processing jobs limit configured by your system admin...

36 Views

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