![]() |
Thursday, May 16, 2002 |
Found a fix for the IE control download issues. Come to find out it was a blocking issue with WinInet usage by IE. WinInet limits the number of connections it will open to any one server based on the spec for HTTP. The problem is that once this limit is hit IE will end up in a race condition waiting for the new socket. A fix is described in Q183110. Or click here: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q183110. Another similar fix: http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q282402 8:01:04 AM ![]() |