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?
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.