Re: Help with strange WebBrowser control problem...



David wrote:
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.


There is some potentially vital information missing here. What is the error message?

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



Relevant Pages

  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... loading and manipulating of such files isn't lightning fast unless you have really powerfull dedicated hardware. ... to see whole image you need to read whole image, and then eventualy generate a smaller sample for display. ... BUT to have this smaler sample you need to load ALL the pixels of oryginal image. ...
    (microsoft.public.dotnet.framework.drawing)
  • RE: 66 running processes?
    ... Win XP, a firewall and an AV and about seven background utilities, and with ... want it to load right from boot up, or could you take it off the load list ... Stopping programs you use loading early is only likely to make much ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... Alejandro Lapeyre ... > loading and manipulating of such files isn't lightning fast unless you ... > smaller sample for display. ... > load ALL the pixels of oryginal image. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Filter on a forms recordsource
    ... What I'm trying to do is to load a record with its sub details in a subform. ... without loading the whole records and details of the database. ...
    (microsoft.public.access.queries)
  • Re: MVP please help - ShowDialog() very slow
    ... You should also consider using asynchronous delegates to load your data. ... can either disable the listbox while the data is loading or show some kind ... > You need to remember that the ListBox control is a wrapper around the old ... >>when the list box switches to visible as part of ShowDialog(). ...
    (microsoft.public.dotnet.framework.windowsforms.controls)