This is a migrated thread and some comments may be shown as answers.

URlRewrite and telerik ajax

5 Answers 135 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
James Shelton Agar
Top achievements
Rank 2
James Shelton Agar asked on 23 Feb 2010, 12:52 AM
Hi, after implementing URlrewrite, the telerik ajaxmanager not seems to responding.

got following error
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.5.30428; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Tue, 23 Feb 2010 00:51:29 UTC


Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html PUB'.
Line: 6
Char: 62099
Code: 0
URI: http://dev10nz.oslweb.co.nz/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1210.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a21436984-11a2-4f37-85de-ba7b6084d96e%3a16e4e7cd%3a874f8ea2%3af7645509%3a24ee1bba%3a19620875%3a39040b5c%3ab7778d6c%3a1e771326%3aa7e79140%3aed16cbdc%3a3f6e8f3f%3ae330518b%3ac8618e41%3aaa288e2d


Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html PUB'.
Line: 6
Char: 62099
Code: 0
URI: http://dev10nz.oslweb.co.nz/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1210.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a21436984-11a2-4f37-85de-ba7b6084d96e%3a16e4e7cd%3a874f8ea2%3af7645509%3a24ee1bba%3a19620875%3a39040b5c%3ab7778d6c%3a1e771326%3aa7e79140%3aed16cbdc%3a3f6e8f3f%3ae330518b%3ac8618e41%3aaa288e2d

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 23 Feb 2010, 12:57 PM
Hi,

Can you verify if plain UpdatePanel will work in your case?

Kind regards,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Jimmo
Top achievements
Rank 1
answered on 29 Oct 2010, 07:13 AM
Hi

I am getting the same error.  Did using the normal UpdatePanel work?

Thank you
0
James Shelton Agar
Top achievements
Rank 2
answered on 03 Nov 2010, 01:06 AM
I actually got it working long ago, forget how I've solved it thou...
0
Accepted
Maria Ilieva
Telerik team
answered on 03 Nov 2010, 10:10 AM
Hello,

We are glad that you have mentioned to fix the problem on your side.
Do not hesitate to contact Telerik Support of further assistance is needed.

Sincerely yours,
Maria Ilieva
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
James Shelton Agar
Top achievements
Rank 2
answered on 03 Nov 2010, 11:26 PM
don't know which rewriter module you're working on, but I am using the one from http://urlrewriter.net/
you can have rewrite rule to avoid telerik conflict such as
<rewrite url="~/(.+Telerik.Web.UI.DialogHandler.+)" to="~/$1" processing="stop" />


Tags
Ajax
Asked by
James Shelton Agar
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Jimmo
Top achievements
Rank 1
James Shelton Agar
Top achievements
Rank 2
Maria Ilieva
Telerik team
Share this question
or