I have a asp.net 3.5 web application and I use a lot of telerik controls in the application.
The web application runs with no problem on asp.net 3.5, but after I converted it to asp.net 4.0, it compiles with no problem, at run-time, I get such errors
1 comes from
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>
in the generated html source.
I see that someone else has exactly the same problem at http://forums.asp.net/p/1486516/3512204.aspx#3512204
So, it seems to me that telerik controls are not compatible with asp.net 4.0. Could your team please give me a solution to this problem? Thank you.
The web application runs with no problem on asp.net 3.5, but after I converted it to asp.net 4.0, it compiles with no problem, at run-time, I get such errors
- ASP.NET Ajax client-side framework failed to load.
- 'Sys' is undefined
- 'Telerik' is undefined
1 comes from
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>
in the generated html source.
I see that someone else has exactly the same problem at http://forums.asp.net/p/1486516/3512204.aspx#3512204
So, it seems to me that telerik controls are not compatible with asp.net 4.0. Could your team please give me a solution to this problem? Thank you.