Possible fixes:
- Check Internet connection
Link status, proxy setting, firewall, etc.
- Flush DNS
cmd# ipconfig /flushdns
- Disable "Auto Tuning Networking"
Disable:
cmd# netsh interface tcp set global autotuninglevel=disabled
Enable:
cmd# netsh interface tcp set global autotuninglevel=normal
- If you are using proxy...
Somehow msn read proxy setting from WinHTTP, which is not in sync with
your system(IE) proxy. You can import IE proxy setting to WinHTTP by
cmd# netsh winhttp import proxy source=ie
Reset WinHTTP setting:
cmd# netsh winhttp reset proxy
Method #1, #2, #3 doesn't work for me. Finally #4 fix my problem.