Page Request Parser Error Exception with AJAX-enabled page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JM_newsgroups

    Page Request Parser Error Exception with AJAX-enabled page

    Hi,

    When I do a postback on a particular AJAX-enabled page, I get a popup
    that says: "Sys.WebForms.P ageRequestManag erParserErrorEx ception: The
    message received could not be parsed. . . . "

    It comes and goes, and I only get the message once. A second submit
    does not produce the message. Any ideas? I can provide a screen
    capture of the dialog box if needed. I am not doing a call to
    Response.Write( ), filters, etc.

    Thanks,

    JM
  • JM_newsgroups

    #2
    Re: Page Request Parser Error Exception with AJAX-enabled page

    On Mar 6, 4:08 pm, JM_newsgroups <jm_newsgro...@ yahoo.comwrote:
    Hi,
    >
    When I do a postback on a particular AJAX-enabled page, I get a popup
    that says: "Sys.WebForms.P ageRequestManag erParserErrorEx ception: The
    message received could not be parsed. . . . "
    >
    It comes and goes, and I only get the message once. A second submit
    does not produce the message. Any ideas? I can provide a screen
    capture of the dialog box if needed. I am not doing a call to
    Response.Write( ), filters, etc.
    >
    Thanks,
    >
    JM

    This thread was quite helpful:

    A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

    Comment

    • Rick Strahl

      #3
      Re: Page Request Parser Error Exception with AJAX-enabled page

      Can you capture the Http trace to the page? Using Fiddler, FireBug or
      Charles see what gets sent to the server when one of those requests fail.

      If it comes and goes it sounds a lot like a proxy problem of some sort
      actually - like the data is not getting there correctly.

      +++ Rick ---

      Rick Strahl
      West Wind Technologies


      --

      ---
      Rick Strahl
      West Wind Technologies

      "JM_newsgro ups" <jm_newsgroups@ yahoo.comwrote in message
      news:b263fa20-dfc7-46a1-b611-f1f15801132b@e1 0g2000prf.googl egroups.com...
      Hi,
      >
      When I do a postback on a particular AJAX-enabled page, I get a popup
      that says: "Sys.WebForms.P ageRequestManag erParserErrorEx ception: The
      message received could not be parsed. . . . "
      >
      It comes and goes, and I only get the message once. A second submit
      does not produce the message. Any ideas? I can provide a screen
      capture of the dialog box if needed. I am not doing a call to
      Response.Write( ), filters, etc.
      >
      Thanks,
      >
      JM

      Comment

      Working...