BHO Hangs IE in a specific case
I have written a BHO in C#. I am attaching My Events to DocumentComplete and
BeforeNavigate2 Events. In these events, I am getting the document from the
browser and reading all the input elements from it and writing it to a file.
Works fine in most of the cases. But, when working on a ASP Application over
VPN. IE Hangs. The ASP Application pops up many IE windows depending on the
flow. I can close the popped up IE window after IE hangs. I can click on any
hyper link on the parent window. But, the content of the popped up Window
does not apeear. It also hangs. I can see a hour glass on the title bar of
the window when it hangs.
Any Idea on what is wrong in this scenario. Without VPN the application and
BHO both work fine.
.
Relevant Pages
- [NT] Firewall Bypassing With BHO and MSIE
... "Internet Explorer is just like any other Win32-based program with its own ... In short, a BHO ... our BHO opens a new MSIE window via the script ... Explorer 4.0 with Browser Helper Objects ... (Securiteam) - Re: OE6 can hang when clicking on links in emails
... You should still check your URL HTTP Protocol. ... but the cursor is permanently a pointing-finger and OE totally hangs? ... I have it set to have IE as my default browser and always open in a new window. ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: IE 6.0 hangs my XP SP2 bad, please help, detailed case
... AV AS apps, have best firewall, + know and watch my OS components well. ... but i fail to see why it only happens on the child IE window. ... >> i close the 2nd IE window my OS hangs. ... >> 2nd browser window is for writing this post, if i click x or close button ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Bug in IE critical patch?
... OE still hangs when I ... You click on a hyperlink and an IE window opens but it doesn't load:> ... clicking on a URL link in a message in Outlook Express causes>> Outlook Express to hang. ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - RE: VS.NET 2003 Debugger hangs.
... object properties in the watch window, ... > do with this problem because when debugging the client only the issue never ... > hangs and is irrespective of how I step through the code. ... (microsoft.public.vsnet.debugging) |
|