Microsoft Ajax framework 1.0 issue

  • Thread starter Thread starter Adeel
  • Start date Start date
A

Adeel

Hi, i am new to Microsoft Ajax framework. I have created a site using
Ajax framework bit after uploading it when i run it it gives me the
error:

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 'e||Writer Directory|</object></layer></
s'.

can any bodu help me.....

regards,
Adeel.
 
You are using something that does not bode well with AJAX, although it is
probably acceptable for a normal postback.

Check and see if you have one of the following in your AJAX method:

1. Response.Write
2. Use of an HTTPModule on the server
3. Tracing

This is what the error is telling you, so I would look here. If you are
still having problems, try posting your code for the AJAX method you are
hitting.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
Back
Top