Javascript Visual Studio 2013的最低Telerik版本ASP AJAX

Javascript Visual Studio 2013的最低Telerik版本ASP AJAX,javascript,visual-studio,telerik,runtime-error,undefined,Javascript,Visual Studio,Telerik,Runtime Error,Undefined,我今天开始使用Visual Studio 2013,从一开始我就遇到了Telerik问题。所有javascript都会弹出一条消息: 0x800a138f - JavaScript runtime error: Unable to get property 'documentElement' of undefined or null reference If there is a handler for this exception, the program may be safely con

我今天开始使用Visual Studio 2013,从一开始我就遇到了Telerik问题。所有javascript都会弹出一条消息:

0x800a138f - JavaScript runtime error: Unable to get property 'documentElement' of undefined or null reference

If there is a handler for this exception, the program may be safely continued.
不过,该解决方案在VS2012中运行良好

所有的搜索都指向Telerik是问题所在


Visual Studio 2013所需的Telerik最低版本是什么

Visual Studio版本不应该是错误的原因,但最有可能是.NET版本。错误已在中讨论,解决方案是至少升级到2013年第3季度版本(2013.3.1114)。

您使用的是哪个版本的Telerik UI库?您的标记看起来像什么?版本2010.3显然太旧了。在VisualStudio2012中,它工作得非常完美,而在VS2013中,完全相同的项目给出了一个错误