【发布时间】:2016-02-29 08:44:43
【问题描述】:
我正在尝试在 Windows Server 2008 R2 上运行 VS 2013 Premium(更新 4)。
我遇到的问题是,我无法连接到互联网上的任何资源。 不管我尝试在起始页上查看新闻还是尝试访问扩展库或 NuGet 包,我总是会收到如下错误:
We are unable to download content due to network issues
在起始页上。通过 NuGet,我得到了这个错误:
Unable to connect to the remote server
我尝试将配置行添加到 devenv.exe.config 但我没有为我工作。我添加了这里提到的标签:Cannot connect to any online resource
只有当我尝试连接到 Visual Studio 库时,我才会收到不同的消息:
No connection could be made because the target machine actively refused it <ip>
VS 的内部浏览器正在运行。 IE8 也能正常工作。
编辑:由于添加了不同的代理服务器,我解决了这个问题。现在它正在工作!
【问题讨论】:
标签: visual-studio visual-studio-2012 nuget