From: Kristijan Marin on
Hi,

My customer is having problems when running reportviewer report .. When
running for the first time it's ok, but when
running for the second time or more it will eventually hang .. maybe not
the second time but it will the third time ...

It freezes the application so the application has to be killed from Task
Manager ..

I have a form which has only ReportViewer control .... running local report
.... report has datagrids and parameters , which are filled before
RefreshReport gets called.

The RefreshReport method is called from Form's LOAD method ....
I also put CancelRendering in OnFormClosing ....

Anyone has any ideas, whot could be wrong, cause I see no pattern when the
hang will happen.

Thanks.

Kris


From: Kristijan Marin on
I've put some traceing and here is what I get :

A generic error occurred in GDI+.

Report has 2 parameters and 1 datatable bind to dataset ... no other
elements are on report ...


Kris


"Kristijan Marin" <kristijan.marin(a)siol.net> wrote in message
news:O%23u5Zm2aKHA.5472(a)TK2MSFTNGP02.phx.gbl...
> Hi,
>
> My customer is having problems when running reportviewer report .. When
> running for the first time it's ok, but when
> running for the second time or more it will eventually hang .. maybe not
> the second time but it will the third time ...
>
> It freezes the application so the application has to be killed from Task
> Manager ..
>
> I have a form which has only ReportViewer control .... running local
> report ... report has datagrids and parameters , which are filled before
> RefreshReport gets called.
>
> The RefreshReport method is called from Form's LOAD method ....
> I also put CancelRendering in OnFormClosing ....
>
> Anyone has any ideas, whot could be wrong, cause I see no pattern when the
> hang will happen.
>
> Thanks.
>
> Kris
>
>