简体   繁体   English

IE 9-“无法从释放的脚本中执行代码”

[英]IE 9 - “cannot execute code from freed script”

Greetings everybody, 大家问候

We are developing an ASP.NET application and we are testing with IE 7, IE8, Firefox 3/4, Chrome and Safari. 我们正在开发ASP.NET应用程序,并且正在使用IE 7,IE8,Firefox 3/4,Chrome和Safari进行测试。

Last week, the admins updated windows 7 and the IE 9 was installed. 上周,管理员更新了Windows 7,并安装了IE 9。 With that updated when i execute the javascript function "hasOwnProperty" in some parts of the Web app, i receive the error "cannot execute code from freed script" with no reason (In those pages i use a lot of JQuery and JQuery UI). 当我在Web应用程序的某些部分中执行javascript函数“ hasOwnProperty”时更新了该内容,我无故收到错误“无法从释放的脚本执行代码”(在那些页面中,我使用了很多JQuery和JQuery UI)。

I checked if there was a tag before any tag but there isn't. 我检查了在任何标签之前是否有标签,但没有。

I cant find any solution to this problem and cant explain why IE 9 gives this error with a NATIVE javascript function. 我找不到解决此问题的任何方法,也无法解释IE 9为什么使用原生javascript函数会出现此错误。

Any help will be greatly appreciated. 任何帮助将不胜感激。 Regards, 问候,

Juan Alvarez 胡安·阿尔瓦雷斯

Myself and many others have been running in to this. 我本人和许多其他人一直在为此做准备。

Fritz van Campen sums it up best. Fritz van Campen总结得最好。 Take a look at his answer: Can't execute code from a freed script - IE6 IE7 IE8 IE9 看一下他的答案: 无法从释放的脚本中执行代码-IE6 IE7 IE8 IE9

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Extjs4和IE8:选项卡上的beforeclose事件引发“无法执行释放脚本中的代码” - Extjs4 and IE8 : beforeclose event on a tab throw an 'cannot execute code from freed script' 无法从释放的脚本执行代码 - IE6 IE7 IE8 IE9 - Can't execute code from a freed script - IE6 IE7 IE8 IE9 无法从释放的脚本执行代码 - Can't execute code from a freed script 调用hasOwnProperty()时,IE9“无法从释放的脚本中执行代码” - IE9 “Can't execute code from freed script” when calling hasOwnProperty() 使用Javascript w / Prototype在IE8中“无法从释放的脚本执行代码” - “Can't execute code from a freed script” in IE8 using Javascript w/Prototype IE9 iframe窗口删除后,将无法执行释放脚本中的代码? - IE9 iframe window removed after will can't execute code from a freed script? 深层复制以避免“无法从已释放的脚本执行代码”? - Deep copy to avoid “Can't execute code from a freed script”? 是什么导致错误“无法从释放的脚本执行代码” - What causes the error “Can't execute code from a freed script” 为什么得到“无法从释放的脚本执行代码” - Why do I get “Can't execute code from a freed script” 无法在IE中执行本地脚本 - Cannot execute local script in IE
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM