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

2008.2.1001.35 works with .Net framework 4.5?

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
venumadhav
Top achievements
Rank 1
venumadhav asked on 20 Apr 2016, 06:54 PM

Hi,

We are upgrading our application framework from 3.5 to 4.5? Facing following javascript errors in webresource.axd in some pages
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

Is telerik 2008 version supports any .Net framwork higher than 2.0? if yes, any recomendations?

Please help.

Venu.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 21 Apr 2016, 12:28 PM

Hi Venu,

Generally they should work because .NET is backwards compatible. The thing is that such an old version will not work with any modern browser, it may work perhaps with IE8 or IE7 but their market shares are next to non-existent at the moment.

The error itself means that the Response was changed during an AJAX request, which often happens when a server error is thrown and there is a redirect for that, or a file was sent towards the browser during a partial postback. These are general issues that do not stem from our controls, though, and they should not be the reason: https://www.google.bg/search?q=Sys.WebForms.PageRequestManagerParserErrorException%3A+The+message+received+from+the+server+could+not+be+parsed.

Considering that we do not support this old version or .NET 2.0, my best advise is to look into upgrading to the latest version of our controls as well. Articles like this one (all old controls have them, in the same place in the tree on the left-hand side) can help you migrate from your old versions to the current one. I understand this can be a big endeavor but you will get supported software that works on the current browsers (including mobile ones) and a ton of new features and controls.

Regards,

Marin Bratanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
venumadhav
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or