Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在桌面应用程序内的浏览器控件中打开网页时,我收到 HTTP 状态 12002。但它在 Internet Explorer 中运行良好。我正在使用 .NET 3.5。
错误:
发生未知错误。Http状态:12002
可能是什么问题?
来晚了,但希望这对其他人有帮助。
经过数小时的搜索,我发现这是一个 IE 客户端问题。不幸的是,唯一的答案是更改本地注册表设置。
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ InternetSettings\ReceiveTimeout
将其设置为超过 10000(10 秒)。