Note that there are some explanatory texts on larger screens.

plurals
  1. PODetecting cause of IE's Operation Aborted Issue
    primarykey
    data
    text
    <p>My site is suffering from the <a href="http://support.microsoft.com/kb/927917" rel="nofollow noreferrer">Operation Aborted error</a>. What I find weird is that in my case the error only sometimes happens. The site has been running fine for three months then today it starts happening but not every time. </p> <p>The page this is occuring on is rather large with a lot of third party controls. What I'd like is a tool that could pinpoint where the failure is occuring. Seems like the best I can do is find the first javascript error that occurs after the operation aborted; however, this doesn't help much. This failure is because an element of the dom isn't available which I'd expect since IE stopped parsing the HTML.</p> <p>Any one have any ideas or tricks to narrow this down?</p> <h1>Edit</h1> <p>I appreciate additional ways to resolve the issue; however, what I am looking for is a way to identify which script is causing the issue. </p> <h1>Final Edit</h1> <p>After switching to IE8, I was able to determine the cause was the AjaxControl Toolkit's modal popup dialog. There was no concrete way to determine this which is dissapointing, but the debugger let me see where it was failing which was very consistent. Since there is no way in the control to tell it to move its initialization, I disabled it, and have the script to create the client side control in my document load event handler.</p> <p>This issue is no fault of the control, it was occuring because the content for the popup is actually in a second form. Frankly I'm surprised it ever worked.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload