Notechsoft Homepage
Forum Home Forum Home > Software Technology > Programming > ASP.NET
  Active Topics Active Topics
  FAQ FAQ  Forum Search   Register Register  Login Login


Sys.WebForms.PageRequestManagerParserErrorExceptio

 Post Reply Post Reply
Author
Message
  Topic Search Topic Search  Topic Options Topic Options
mrweb View Drop Down
Admin Group
Admin Group


Joined: 16/Sep/2007
Location: Canada
Online Status: Offline
Posts: 1975

  Quote mrweb Quote  Post ReplyReply Direct Link To This Post Topic: Sys.WebForms.PageRequestManagerParserErrorExceptio
    Posted: 17/Jun/2010 at 4:43am
Fix Sys.WebForms.PageRequestManagerParserErrorException

The easiest way to fix AJAX Error – PageRequestManagerParserErrorException: The message received from the server could not be parsed is:
  1. Make sure this in is your web.config

       <httpModules>
          <add name=”ScriptModule” type=”System.Web.Handlers.ScriptModule, System.Web.Extensions,               Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35?/>
       </httpModules>

  2. Add this to the to the Page declaration if you’re experiencing some page refresh bugs
       enableEventValidation=”false” 
If you’ve found a better solution to this problem please write down here.
Back to Top
Add to Mixx!

 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.05
Copyright ©2001-2007 Web Wiz

This page was generated in 0.063 seconds.