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

Strange PageRequestManagerParserErrorException

2 Answers 172 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Leon
Top achievements
Rank 1
Leon asked on 28 Feb 2014, 10:31 AM
Hi There, I've got a problem with a simple form with button postback, it gives me the following issue, however, if I refresh the page cup of times it seems to be gone away.

Also if I open fiddler, the problem gone away too, very strange.

Any suggestions?


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Fri, 28 Feb 2014 10:28:25 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 P'.
Line: 6
Char: 84171
Code: 0
URI: http://cvc98sweb20.mcc.local/FSMSDEV/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a33363de7-7c08-435e-ab35-682b2ed2c688%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2013.3.1324.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a597c6a37-3447-4509-ba46-0faaa25cf6f9%3a16e4e7cd%3aed16cbdc%3af7645509%3a88144a7a%3a24ee1bba%3af46195d3%3a874f8ea2%3a19620875%3acda80b3

2 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 05 Mar 2014, 09:57 AM
Hello Leong,

The mentioned error most commonly appear in case you are using trial version of the controls. The trial message uses Response.Write() method to appear and this method is not supported with Ajax. As soon as you upgrade to licensed version the error should disappears.

You could also take a look at the related forum posts below:

http://www.telerik.com/community/forums/aspnet-ajax/grid/sys-webforms-pagerequestmanagerparsererrorexception-the-message-received-from-the-server-could-not-be-parsed.aspx
http://www.telerik.com/community/forums/aspnet-ajax/grid/577041.aspx
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/message-sys-webforms-pagerequestmanagerparsererrorexception.aspx
http://www.telerik.com/community/forums/aspnet-ajax/grid/sys-webforms-pagerequestmanagerparsererrorexception.aspx
http://www.telerik.com/community/forums/aspnet-ajax/grid/the-message-received-from-the-server-could-not-parsed.aspx


Regards,
Maria Ilieva
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

0
Leon
Top achievements
Rank 1
answered on 05 Mar 2014, 11:55 PM
Hi Maria, thanks for the reply.
I am using full radcontrol version 2013.3.1114.40 (which is what we licensed for).
The issue doesn't appear until we postback and browser cache is cleared, and seems only happen in IE.
Another thing I am current checking with our system eng is the firewall setting which potentially causing it as it use to run fine until we have relocated our server.
turned off radcompression, will check the links you've provided, thanks.
Tags
Ajax
Asked by
Leon
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Leon
Top achievements
Rank 1
Share this question
or