
Signature
Göran Andersson
_____
http://www.guffa.com
>> I'm using the AxSHDocVw.WebBrowser control to download data from a
>> webpage at work (it's an internal page on my company's intranet).
[quoted text clipped - 21 lines]
> Check if there is a method to refresh the page and not use the cache,
> equivalent of pressing ctrl+f5 in the browser.
The "main" web page is a list of service requests links. My program is
loading the main web page and then loading each individual service request
link. At various points (seems to be random), when attempting to load a
service request page, a runtime error is returned. I've tried slowing the
program down and am convinced the time between downloading each page is not
the cause of the problem.
When the runtime error is returned, I try downloading the same service
request page again after waiting 30 seconds. The runtime error will
continue to be returned.
If I open an instance of IE and load the "main" web page, the runtime error
is not returned and the program continues. IE can be used to load the
"main" web page on the computer running the program or on a different
computer, same results.
What confuses me is why I can not use the web browser control (again, I've
even tried a separate web browser control) to load the web page and get the
same result. It seems to me that when the page is loaded with IE, something
additional is happening that does not occur when I am loading with the web
browser controls.
Ideas on what that "something additional" could be are what I'm hoping to
find (or a solution, of course).
I hope that clarifies things.
Göran Andersson - 19 Oct 2007 21:42 GMT
> The "main" web page is a list of service requests links. My program is
> loading the main web page and then loading each individual service request
[quoted text clipped - 22 lines]
>
> I hope that clarifies things.
There is some potentially vital information missing here. What is the
error message?

Signature
Göran Andersson
_____
http://www.guffa.com