Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Script Error : SCRIPT5011: Can't execute code from a freed

    Hello all,

    when i test my application in IE8 it behaves normaly but when I test it in IE9 I am getting the following script error

    Code:
    SCRIPT5011: Can't execute code from a freed script 
    ISC_Core.js?isc_version=v9.0p_2013-12-10.js, line 136 character 1
    Any idea about this issue ?

    Using SmartClient_v90p_2013-12-10_PowerEdition

    #2
    This kind of error generally comes from use of frames/iframes. Specifically, functions contained in the iframe are held into by the main frame. Then at some point, IE frees the memory for the functions even though the main frame is still using them (a bug in IE) and this error results.

    There's no know way to cause this error when following SmartClient's best practices. Perhaps the discussion above will help you discover issues in your usage.

    Comment

    Working...
    X