Welcome Guest Search | Active Topics | Log In | Register

PageRequestManagerParserErrorException Options · View
tep
#1 Posted : Wednesday, January 09, 2008 12:53:12 PM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
Hello,

Whenever change tab page in the Administration panel the error message is being displayed below but after that it continues without problem and saves properly.

Quote:

Sys.WebForms.PageRequestManagerParserErrorException:The message received from the server could not be parsed. Common causes for this error are when the repsonse is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.

Details: Error parsing near 'ue,true,true,true]}|<div id="__asptrace".


Your help please.







Jaben
#2 Posted : Wednesday, January 09, 2008 11:31:13 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 2,963
Location: Honolulu, HI
Turn the trace off in the web.config. It screws up the AJAX response.
"When you are grateful, fear disappears and abundance appears”."

skilesare
#3 Posted : Thursday, July 31, 2008 10:47:39 PM
Rank: Member


Joined: 7/30/2008
Posts: 10
I'm having this error, but I don't have trace turned on as far as I can tell. I am using this in a site with in a site. Here is my current config section where it talks about trace:
<customErrors mode="Off" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
skilesare
#4 Posted : Thursday, July 31, 2008 10:54:44 PM
Rank: Member


Joined: 7/30/2008
Posts: 10
This is interesting...when I debug the jscript I see the following address in the response variable:

"forum.aspx?g=admin_editboard"

The response text is a whole page....with my google ads and everything.

My guess is that this is supposed to be an ajax request of some sort but instead of only returning the part of the page needed to the script manager, the whole page is being returned.

Any guess on how to fix this?
skilesare
#5 Posted : Thursday, July 31, 2008 10:56:35 PM
Rank: Member


Joined: 7/30/2008
Posts: 10
Also of interest, the save of the new board was successful.
skilesare
#6 Posted : Friday, August 01, 2008 3:27:42 PM
Rank: Member


Joined: 7/30/2008
Posts: 10
I had the following row missing from my httpModules list:
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
wesclyburn
#7 Posted : Saturday, August 02, 2008 8:33:00 AM
Rank: Advanced Member


Joined: 9/25/2004
Posts: 40
skilesare wrote:
I'm having this error, but I don't have trace turned on as far as I can tell. I am using this in a site with in a site. Here is my current config section where it talks about trace:
<customErrors mode="Off" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>


Just FYI, tracing has a specific section that looks like this:

Code:

<trace requestLimit="100" enabled="true" traceMode="SortByTime" localOnly="true" mostRecent="true" pageOutput="false"/>


And it can also be set on the page. "Site within a site" sounds like something you should definitely expect to have to do some additional debugging with. Smile Check your entire web.config hierarchy.
Users browsing this topic
Guest
Forum Jump  
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.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.122 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET