Overlapped I/O Operation Is in ProgressID: Q187770
|
When you try to use Internet Explorer version 4.0 with Internet Explorer Service Pack 1 installed to access a File Transfer Protocol (FTP) or Gopher site, Internet Explorer may stop responding (hang). Also, you may receive an error message similar to the following error message:
Internet Explorer cannot open the Internet site <Web address>. Overlapped I/O operation is in progress.
This behavior can occur if you are using a proxy auto-configuration script. The following is an example of a proxy auto-configuration script that may cause the error:
function FindProxyForURL(url, host)
{
if (isPlainHostName(host) || dnsDomainIs(host, ".msn.com"))
return "DIRECT";
else
return "PROXY gproxy:80; DIRECT";
}
The overlapped input/output error is caused by not transitioning properly
from a proxy attempt to a DIRECT attempt.
To resolve this problem, obtain and install Internet Explorer 4.01 Service Pack 2. You can obtain Internet Explorer 4.01 Service Pack 2 from the following Microsoft Web site:
http://www.microsoft.com/ie/download
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
A limitation still exists because File Transfer Protocol (FTP) and Gopher
connections are unable to try a combination of proxies and DIRECT during
the same download attempt. For FTP and Gopher scenarios, if
FindProxyForUrl returns a list such as:
PROXY proxy1; PROXY proxy2; ...; PROXY proxyN; DIRECT
Additional query words: 4.00
Keywords : kbenv kbnetwork msiew95 msient win98
Version : WINDOWS:4.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 2, 1999