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

Microsoft JScript runtime error: Unable to get value of the property 'PageRequestManager': object is null or undefined

1 Answer 270 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tinoy Malayil
Top achievements
Rank 2
Tinoy Malayil asked on 19 Oct 2011, 07:41 AM
Hi Admin/Moderator ,

I have recently converted By Web Application from ASP.Net 2.0 to Asp.Net 3.5 to use the Telerik Version 2011.I have used the Telerik Version 2008 previously.After conversion the Ajax Version also converted from 1.0 to 3.5But getting the following error during application debugging.
Microsoft JScript runtime error: Unable to get value of the property 'PageRequestManager': object is null or undefined
I have used the property 'PageRequestManager in the Splitter control of Telerik Version 2008.
Could you please reply a solution?

Thanks,
Tinoy

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 24 Oct 2011, 11:46 AM
Hi Tinoy,

Could you please, open the web.config file and look for this line:
<xhtmlConformance mode="Legacy"/>

Remove it and see if the problem still exists.

In addition, the xhtmlConformance element is usually added when an application is migrated from VS 2003 and unfortunately it is not compatible with the ASP.NET AJAX extensions. You can find more information on the subject in the following post:
http://weblogs.asp.net/scottgu/archive/2006/12/10/gotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx.

Greetings,
Dobromir
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
General Discussions
Asked by
Tinoy Malayil
Top achievements
Rank 2
Answers by
Dobromir
Telerik team
Share this question
or