2010-01-12 149 views
2

昨晚我的Visual Studio工作正常。今天它無法連接到互聯網(無法下載rss提要或連接到我的TFS服務器)。Visual Studio互聯網連接失敗

我的網絡連接工作正常(我正在使用它來寫這個)。

這是什麼原因造成的?有沒有可以解決的設置?

我唯一的線索是Resharper給我一些奇怪的錯誤。

System.ArgumentException: Invalid XML. Missing required tag for type 'System.Security.Policy.PolicyStatement'. 
System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for system.net/settings: Invalid XML. Missing required tag for type 'System.Security.Policy.PolicyStatement'. (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe.Config line 155) ---> System.ArgumentException: Invalid XML. Missing required tag for type 'System.Security.Policy.PolicyStatement'.

我已經檢查它提到(devenv.exe.Config)的文件,它是同誰是沒有問題的一個同事。

事情我已經嘗試:

  • 禁用ReSharper的
    • 導致該錯誤消息消失,但不解決問題。
  • 重啓
  • 系統還原
  • 「的netsh Winsock的復位」 +重啓

任何建議,將不勝感激。


更多信息:
當我嘗試連接到我的TFS服務器我得到這個錯誤:

TF31001: Team Foundation cannot retrieve the list of team projects from Team Foundation Server MyTFSServer. The Team Foundation Server returned the following error: Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section..

我不知道這意味着什麼

+0

也許這是你的代理服務器設置 – Nick 2010-01-12 19:41:07

+0

問題自己做那些改變? (我甚至不知道在哪裏改變它們,所以我相當肯定我沒有故意這樣做。) – Vaccano 2010-01-12 20:04:39

回答

5

這個問題是相似的:

TFS cannot retrieve the list of team projects

我不知道爲什麼這打破了或什麼真正的「修正爲」,但這裏的工作線程(不接受的答案左右,但應是)。

在Program Files \ Microsoft Visual Studio 9.0 \ Common7 \ IDE \ devenv.exe.config中註釋掉system.net設置。像這樣:

<system.net> 
<!-- <settings> 
     <ipv6 enabled="true"/> 
    </settings> 
--> 
</system.net> 

John Cheng爲了解這個而感到很榮幸!

(如果有人發現爲什麼發生這種情況,什麼真正的修復程序,我會接受的答案。)

+0

我註釋了整個system.net部分,它神奇地工作。 – sennett 2013-01-07 22:23:05

0

你試過卸載整形器?

或許「修復」之後的Visual Studio?也許重新安裝VS2008的SP1可能會有所幫助。