Welcome Guest Search | Active Topics | Sign In | Register

Callback panel response.redirect Options
Lee Velez
Posted: Friday, March 6, 2009 9:45:40 AM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
Greetings, I was hoping someone could help me. I need to handle an error on the callback panel when the sessions timeout and I am performing a response.redirect and getting the following error: "Please use the Callback/CallbackPanel's Redirect method in this case. (set ClientSideOnError to handle this error)." I'm guessing that the redirect needs to performed by the callbackpanel through ClientSideOnError handling? And if so how do i do this. Thanks in advance!
eo_support
Posted: Friday, March 6, 2009 9:49:44 AM
Rank: Administration
Groups: Administration

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

Which version do you use? I believe Response.Redirect is handled automatically in our latest build.

Thanks!
Lee Velez
Posted: Friday, March 6, 2009 10:11:29 AM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
Sorry, where can I see the version?
Lee Velez
Posted: Friday, March 6, 2009 3:56:07 PM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
This is the version I'm currently running. Is there a newer version?

<add type="Callback" version="6.0" />
eo_support
Posted: Friday, March 6, 2009 4:03:43 PM
Rank: Administration
Groups: Administration

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

You will need to right click EO.Web.dll in your bin directory and see the DLL's version. The current version is 2008.0.63.x (6.0.63.x). The last digit is either 1 or 2. So if you see anything older than that (for example, 6.0.62.x), then you do not have the latest version.

Thanks
Lee Velez
Posted: Friday, March 6, 2009 4:44:43 PM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
This is what I have for EO.Web.dll:

6.0.51.2
EO.Web for ASP.NET 2.0

I guess I have an older version. Where do I get the latest?
eo_support
Posted: Friday, March 6, 2009 6:46:00 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Please always check our download page for our latest build.
Lee Velez
Posted: Tuesday, March 10, 2009 11:53:26 AM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
Can I go ahead and uninstall the previous and just install the new version of the controls? Will it affect my licensing?
eo_support
Posted: Tuesday, March 10, 2009 12:01:44 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
The installer will ask you to uninstall so you should just follow the screen instructions. If you run into a problem with your license, let us know. Otherwise we are not in a position to provide step by step general usage instructions like this. The product is targeting developers, not general computer users. As a result our main focus is technical questions.
Lee Velez
Posted: Thursday, March 12, 2009 4:04:52 PM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
Ok, EO.Web.dll has not been updated to the following.

6.0.63.2

But I'm still getting the following error message:

"EO.Web Controls client side Debug Message:

EO.Web control 'CallbackPanel1' error message: The callback on 'CallbackPanel1' has failed because the server did not recognize this callback and processed it as a normal request. This can occur if there are multiple Callback/Callbackpanel controls in the page, and this call/callbackpanel control was intially dynamically loaded but wasn't loaded for this callback.

This can also occur if Response.Redirect has been called the server side, either implicitly or explicitly (usually due to user log in times out). In this case please add EO.WEB.Runtime as an httpmodule in your web.config. Please see callbackpanel documentation for more details. (set clientsideonerror to handle this error)."

I'm getting this error right on "response.redirect.

Response.Redirect("./Instructions.aspx");

Why do I continue to get this message? Please help...



Lee Velez
Posted: Thursday, March 12, 2009 4:09:39 PM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
excuse me...has now been update to the latest version 6.0.63.2
eo_support
Posted: Thursday, March 12, 2009 4:14:51 PM
Rank: Administration
Groups: Administration

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

Thanks for the additional information. We are looking into it and will let you know as soon as we find anything.

Thanks!
Lee Velez
Posted: Friday, March 13, 2009 11:49:18 AM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
Just wanted to follow up and see if you had any thoughts on this yet...
eo_support
Posted: Friday, March 13, 2009 12:09:42 PM
Rank: Administration
Groups: Administration

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

We are still working on this. sorry!

Thanks!
eo_support
Posted: Monday, March 16, 2009 8:40:22 AM
Rank: Administration
Groups: Administration

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

We looked into this and noticed that the error message actually already has the solution:

Quote:
....In this case please add EO.WEB.Runtime as an httpmodule in your web.config. Please see callbackpanel documentation for more details. (set clientsideonerror to handle this error)...."


You can find more information on how to modify your web.config here:

http://doc.essentialobjects.com/library/1/installationanddeployment/webconfig.aspx

Thanks!
Lee Velez
Posted: Monday, March 16, 2009 9:17:18 AM
Rank: Advanced Member
Groups: Member

Joined: 1/16/2009
Posts: 43
That worked...Thank you!


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.