无法搜索在线exensions因为一个错误而在扩展管理器>在线扩展试图联系服务器

问题描述:

我的问题是这样的错误无法搜索在线exensions因为一个错误而在扩展管理器>在线扩展试图联系服务器

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

发生。

我知道,从这个线程Cannot connect to any online resource 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 
" 

有人可以帮忙请。我是一名新手。

感谢您阅读本

+0

你不能简单地浏览到http://visualstudiogallery.msdn.microsoft.com/以外的Visual Studio吗? – Max 2012-03-02 16:44:00

+1

Max,我可以。所以? – embeddedlinux1987 2012-03-02 16:53:17

+0

如果我理解正确,您正在尝试从VS内搜索VS扩展,并且它不起作用。因此,在VS外浏览visualstudiogallery.msdn.microsoft.com需要更少的时间,使其在VS内工作:-)这只是一个评论,它不是一个解决方案:-) – Max 2012-03-02 19:44:00

对于你的问题: - 我不知道你从哪里得到你所提供的代理信息,但如果它是正确的,你应该把http://fivenet5.netsolutioninc.com:8102你代理。

  • 我是同样的问题,因为你和设置servicePointManager expect100Continue =“假”为我工作。

为了什么,我认为是你的问题,你读评论: - 安装AnhkSVN之后,如果您的Visual Studio 2010或2012,则必须将其设置为源控制管理。 在Visual Studio中,转至工具 - >选项 - >源代码管理。 从那里,选择当前源代码管理插件(通常是它的None或Visual Studio Team Foundation Server)中的AnkhSVN。 重新启动Visual Studio,一切都应该工作。

希望它有帮助