Darissimus
Programmer
I have a problem with Navigate method in webbrowser activex control.
In my C# application i use Navigate method like this:
object argo = null;
axWebBrowser.Navigate(localfilename,ref argo,ref argo, ref argo,ref argo);
After some time of inactivity of my application when this method is called I got error message:
QueryInterface for interface SHDocVw.IWebBrowser2 failed ...
When this method is called 20 times in a row everything works fine, but after about 15 minutes of inactivity calling this method causes error.
Can anybody help me?
In my C# application i use Navigate method like this:
object argo = null;
axWebBrowser.Navigate(localfilename,ref argo,ref argo, ref argo,ref argo);
After some time of inactivity of my application when this method is called I got error message:
QueryInterface for interface SHDocVw.IWebBrowser2 failed ...
When this method is called 20 times in a row everything works fine, but after about 15 minutes of inactivity calling this method causes error.
Can anybody help me?