views:

19

answers:

2

I got following error

failed with error: 12180 WinHttpDownloader::GetProxySetting) Auto detection of proxy failed, try to retrieve proxy information via IE. WinHttpDownloader::GetProxySettingViaIE) Retrieving proxy information using WinHttpGetIEProxyConfigForCurrentUser WinHttpDownloader::GetProxySettingViaIE) Unable to retrieve Proxy information although WinHttpGetIEProxyConfigForCurrentUser called succeeded

Please help me out i am getting issue from long time.

A: 

The problem is that the installer you are using--a little tiny file about half a megabyte, right?--is trying to download all the pieces of the service pack, and it's searching for a web proxy via the autoproxy interface. So, you need to tell the system not to search for a web proxy, which you can do in the Internet Explorer options here.

If that doesn't do the trick, then it's always possible to just download the full version of VS2008 SP1 (in .ISO disc format). (And, if you want the massive MSDN Library for VS2008 SP1, it's available in full download form too.)

ewall