Welcome Guest Search | Active Topics | Sign In | Register

ProgressBar - Activation of the debug mode Options
EtabG
Posted: Monday, January 5, 2009 6:55:34 AM
Rank: Newbie
Groups: Member

Joined: 1/5/2009
Posts: 2
Hi,

I use a ProgressBar associated with a button. During the treatment, if we press again on the button, an error arises :

"EO.Web Controls Client Side Debug Message:
EO.Web control 'ProgressBarMail' error message (set ClientSideOnError to handle this error): A task is already running.
You can turn off this message by setting EO.Web.DebugLevel to 0 (Not recommended for debug build)."

So, I would like to put this variable to 0.
I thought that it was necessary to make it in the "Global.asax" file and in the "Application_Start" method. It works perfectly on my computer of development but not on my computer of deployment.
Is it necessary to make anything in particular?
Looking on the forum, I see someone affecting this variable in the "Page_Load", it is correct also?

Thanks in advance for your help.

Etab.
eo_support
Posted: Monday, January 5, 2009 7:03:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

Global.asax should work. You may want to add some other code in your Global.asax and see if those code got called as well. If that does not work, you can always set it in Page_Load.

Thanks!
EtabG
Posted: Monday, January 5, 2009 7:11:38 AM
Rank: Newbie
Groups: Member

Joined: 1/5/2009
Posts: 2
Hi,

I will try.
Thanks.

Etab.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.