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

Problem with upgrade Telerik

1 Answer 58 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Miguel
Top achievements
Rank 1
Miguel asked on 25 Oct 2012, 09:31 PM
Hi, Please help me.

My project was working fine, until I upgrade Telerik to use the new radHtmlchart features.
Now, when I run my project I got this message:

Error en tiempo de ejecución de Microsoft JScript: 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 '�'.

What can i do?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 30 Oct 2012, 11:24 AM
Hello Miguel,

This error message is quite descriptive and it is usually related to unexpected server responses to a partial postback. If a server error is thrown during an AJAX request the error message the server returns cannot be parsed and this is the message you get. Other possible reasons are listed in the description - Response.Write() for one. What I can advise is that you debug  your code and see what is the exact problem and error message. If it stems from our controls and not from your custom code I advise that you first take a look at the release notes for any related changes that may affect you and if this does not help - to send us a simple page where the problem can be observed so we can actually see and debug it.


All the best,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Miguel
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or