Visual Studio Error: (407: Proxy Authentication Required)

前端 未结 13 1759
攒了一身酷
攒了一身酷 2020-12-02 09:28

I am behind a corporate proxy server which requires credentials. I have been trying to connect to a TFS server (on tfspreview.com) with MS Visual Studio Pro 2012

13条回答
  •  孤城傲影
    2020-12-02 09:47

    While running Visual Studio 2012 behind a proxy, I received the following error message when checking for extension updates in the Visual Studio Gallery:

    The remote server returned an unexpected response: (417) Expectation failed

    A look around Google finally revealed a solution here:

    Visual Studio 2012 Proxy Settings

    http://www.jlpaonline.com/?p=176

    Basically, he's saying the fix is to edit your devenv.exe.config file and change this:

          
        
    
    

    to this:

     
             
        
      
    

提交回复
热议问题