I opened VS2017 and found that I couldn't connect to the internet, the developer news couldn't load, and the team project manager couldn't connect
At first, I thought it was a problem with my IE settings, thinking that VS was calling IE to access, and then I found that IE settings were normal and I could open the web page normally
Suddenly, I thought that before, I had set up VS proxy, was it because of the VS proxy setting problem?
Open the installation directory of vs2017 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE and open the devenv.exe.config file
Found, there is no proxy access set, it has been deleted before, and then, open the proxy software, and find that VS can access the network normally, it should be a proxy problem.
Finally, feel your own feelings, there should be a user profile
Then, after searching for a long time, I found the same configuration file of devenv.exe.config under "C:\Users\itsvse_pc\AppData\Local\Microsoft\VisualStudio\15.0_087666b8", and found that the configuration is as follows:
Sure enough, it's a configuration file problem, vs should load the global configuration file first, and then load the user's configuration file, and then the user's configuration file will overwrite some settings of the vs global configuration file
The solution is to delete the proxy settings!
|