WebBrowser control gives the error INET_E_DOWNLOAD_FAILURE

Kiran Thokal picture Kiran Thokal · Aug 8, 2012 · Viewed 17k times · Source

I am using extended web browser control in my application. I am getting the error as "INET_E_DOWNLOAD_FAILURE" (i.e - 2146697208) and it closes the form and gives error message as "The download of the specified resource has failed". What may be the cause that this error occurs?

Answer

Xaqron picture Xaqron · Oct 28, 2012

your tcp connection is being reset. that caused the error. It may be done by outside of your application i.e firewall, ISP policy... or inside it like closing the connection is part of your code.