12-01-2008 10:09 AM
Does anyone know how to prevent this error? I am using the IE activeX control and part of a link is to yahoo. For some reason when the app is loaded in dev mode OR as a built app running this error will pop up every now and then. It does not prevent anything from working but is a nusiance as it blocks operation until yes or no is selected.
Thanks in advance
Tim C.
12-02-2008 10:28 AM
Howdy Tim,
This error seems to be associated with Internet Explorer and therefore can most likely be fixed by disabling script debugging in the IE properties. To unselect this property, go to Tools » Internet Options » Advanced. Then, under Browsing, select the option to Disable script debugging.
The script debugger is added to Internet Explorer to assist Web developers in debugging applications that they are building. These windows are usually the result of JavaScript errors in the Website's coding. While no one would want to debug someone else's JavaScript code, a Web developer building a new Website would want to see this and fix the problem as they develop locally or in test environments. Thus, this setting allows developers to be aware that problems exist in their Website so they can debug (fix) them.
I hope this helps