Solved : we are unable to download content due to network issues Visual Studio

Issue  
1.  Visual Studio User account login failed when try to login.

Solution  

1. Right click on the visual studio > go to properties > shortcut tabs > click on Open File Location button and find “devenv.exe.config” open

 2.  Open devenv.config.exe and modify accordingly as below 

3.   Add the below details under system.net section in devenv.exe.config file 

 
<defaultProxy useDefaultCredentials=”trueenabled=“true”>
<proxy usesystemdefault=“true”/>
 
     
        <ipv6 enabled=“true”/>
<ServicePointManager except100Continue=“false”/>
     

   

4.  Finally, Close Visual Studio and Open, Login with User account, No error.

Published by arjunpremier

Software Engineer, Blogger,

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Design a site like this with WordPress.com
Get started