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?

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to