G
Guest
Hi all -
And apologies if I'm in the wrong newsgroup. I'm a newbie here and I'd
certainly appreciate any pointers to the right forum. To the point...
We're running a WebBrowser object (through an AxWebBrowser activex control),
and have found that it navigates to a "cannot load" error page when the
network cable's unplugged. I should add at this point that we're trying to
navigate to a page on localhost ;-)
After plenty of research I found the following line in MS's documentation:
"In Internet Explorer 6 or later, you can navigate through code only within
the same domain as the application hosting the WebBrowser control. Otherwise,
this method is disabled."
http://msdn.microsoft.com/library/d...ser/webbrowser/reference/methods/navigate.asp
Best guess is that this is thowing the error page, and that with no network
the underlying object is unable to establish that the calling code and the
control are on the same machine. So 2 questions:
1 - Is this a correct diagnosis?
2 - If so, how do I appraise MS of the bug?
Many thanks --
guy
And apologies if I'm in the wrong newsgroup. I'm a newbie here and I'd
certainly appreciate any pointers to the right forum. To the point...
We're running a WebBrowser object (through an AxWebBrowser activex control),
and have found that it navigates to a "cannot load" error page when the
network cable's unplugged. I should add at this point that we're trying to
navigate to a page on localhost ;-)
After plenty of research I found the following line in MS's documentation:
"In Internet Explorer 6 or later, you can navigate through code only within
the same domain as the application hosting the WebBrowser control. Otherwise,
this method is disabled."
http://msdn.microsoft.com/library/d...ser/webbrowser/reference/methods/navigate.asp
Best guess is that this is thowing the error page, and that with no network
the underlying object is unable to establish that the calling code and the
control are on the same machine. So 2 questions:
1 - Is this a correct diagnosis?
2 - If so, how do I appraise MS of the bug?
Many thanks --
guy