Heiko
Well-known member
Im hosting WebBrowser control in my VB.NET application.
The application queries SQL, creates a local HTML file and displays it in the browser control using the Navigate2 method.
There might by hyperlinks on the HTML, the clicks on those are processed by my application too.
Everything seems to work fine until I leave application inactive for about 10 minutes. After that, clickig the HTML will cause a "page could not be loaded" page.
Googling this gave the result
Has anyone of you ever exeperienced this as well?
The application queries SQL, creates a local HTML file and displays it in the browser control using the Navigate2 method.
There might by hyperlinks on the HTML, the clicks on those are processed by my application too.
Everything seems to work fine until I leave application inactive for about 10 minutes. After that, clickig the HTML will cause a "page could not be loaded" page.
Googling this gave the result
Could this be a COM time-out problem, a known bug in the .NET Framework.?
Theres a fix but you have to get it from support, its not available for download.
Has anyone of you ever exeperienced this as well?