1

我的问题是这个错误

"Cannot search for online exensions because an error occured while trying to contact the server"

在扩展管理器 > 在线扩展中。

我知道这个线程的 2 个解决方案无法连接到任何在线资源

  1. 添加**servicePointManager expect100Continue="false"** 我试过这个。但不起作用。

2.添加:-

<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy proxyaddress="http://your.proxyserver.ip:port"/>
</defaultProxy>

我想实现这个,但我不知道如何填写< http://your.proxyserver.ip:port >

我做了代理检查,我得到了这个

"
The proxy host has ip address 182.237.151.96

The proxy server has announced itself as 1.1 fivenet5.netsolutioninc.com:8102 (squid/2.7.STABLE9)

The proxy informs us that the client host ip address was 182.237.151.96
"

有人可以帮忙吗?我是这方面的菜鸟。

谢谢您阅读此篇

4

1 回答 1

0

好的 对于您的问题: - 我不知道您从哪里获得您提供的代理信息,但如果它是正确的,您应该将http://fivenet5.netsolutioninc.com:8102作为您的代理。

  • 我和你有同样的问题,设置servicePointManager expect100Continue="false"对我有用。

对于我认为您在阅读您的评论时遇到的问题: - 如果您有 Visual Studio 2010 或 2012,安装 AnhkSVN 后,您必须将其设置为源代码控制管理器。在 Visual Studio 中,转到工具 -> 选项 -> 源代码管理。从那里,在当前源代码控制插件(通常是它的 None 或 Visual Studio Team Foundation Server)中选择 AnkhSVN 。重新启动 Visual Studio,一切正常。

希望能帮助到你

于 2013-02-28T13:35:15.640 回答