Quantcast
Channel: Visual Studio/C#: Nuget Unable to connect to remote server - Stack Overflow
Browsing latest articles
Browse All 24 View Live

Answer by Roberto Mutti for Visual Studio/C#: Nuget Unable to connect to...

If you are using a developer server, sometimes the TLS is not active. Reach with regedit.exe the following path of register, and if not present, add the following keys. Reboot and try again nuget...

View Article



Answer by Rousonur Jaman for Visual Studio/C#: Nuget Unable to connect to...

Restarted Visual Studio twice solved my problem.First, I restarted but it did not work. Then, I did almost everything but still didn't work.Then, restarted again solved my problem.

View Article

Answer by FoxDeploy for Visual Studio/C#: Nuget Unable to connect to remote...

One route that I haven't seen people mentioning is setting the proxy for Nuget in your user folder. Browse to C:\Users[yourProfile]\AppData\Roaming\Nuget and change your Nuget.config file to the...

View Article

Answer by Auguste for Visual Studio/C#: Nuget Unable to connect to remote server

nugget.org was blocked in my network for security reason so all the nugget packages are installed from Artifactory via JFrog. After configuring my nugget package manager setting to the link provided by...

View Article

Answer by Dina Fatkulbayanova for Visual Studio/C#: Nuget Unable to connect...

That happened to me when I tried to use Visual Studio from home being connected via public WiFi and my work station was configured to block connections in/out from Internet to VS2017. Check you local...

View Article


Answer by pjiaquan for Visual Studio/C#: Nuget Unable to connect to remote...

I fixed it by uninstall the system proxifier : WideCap

View Article

Answer by nooaa for Visual Studio/C#: Nuget Unable to connect to remote server

In my case(visual studio 2012-windows10 OS) the problem was with security protocols. Only TLS 1.2 was the enabled protocol and TLS1.1 and TLS1.0 was disabled for some reason. So going into registry and...

View Article

Answer by Eleanor for Visual Studio/C#: Nuget Unable to connect to remote server

Here's how I fixed this issue after none of the suggestions above worked:Internet Explorer > Tools > Connections > Lan SettingsUncheck 'Automatically Detect Settings' box. This solved the...

View Article


Answer by Parimal Raj for Visual Studio/C#: Nuget Unable to connect to remote...

Modem re-start fixed my problem.!

View Article


Answer by O.Taaffe for Visual Studio/C#: Nuget Unable to connect to remote...

i could not install globalize in V.S. 2015 and after trying all the answers i tried this. I opened my project in V.S. 2013 and it worked 1st time. hope this helps somebody else

View Article

Answer by Dmitry Handin for Visual Studio/C#: Nuget Unable to connect to...

Steps:Close Fiddler.Restart Visual Studio.

View Article

Answer by Alex Hopkins for Visual Studio/C#: Nuget Unable to connect to...

Clearing the Proxy Cache in IE Fixed this for me. Use these two command lines in the command prompt (run as administrator)reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v...

View Article

Answer by Pramod Lawate for Visual Studio/C#: Nuget Unable to connect to...

To reset your Internet Explorer proxy settings yourself, follow these steps:1.On Windows XP, click Start, or on Windows Vista or Windows 7, click2459687, and then click Run. On Windows 8 or Windows...

View Article


Answer by mikek3332002 for Visual Studio/C#: Nuget Unable to connect to...

I solved it on mine by commenting out the <system.net></system.net>section from the devenv.exe.config located at C:\Program Files (x86)\Microsoft Visual Studio...

View Article

Answer by Kevin .NET for Visual Studio/C#: Nuget Unable to connect to remote...

Finally resolved. I disabled an extension in Chrome. I had installed it to hide my real location.

View Article


Answer by sgreene for Visual Studio/C#: Nuget Unable to connect to remote server

Had the same issue, it was solution specific, and none of the above worked. I deleted the visual studio solution user options file (.suo) and restarted VS 2013 and now I can update and install packages...

View Article

Answer by ladygargar for Visual Studio/C#: Nuget Unable to connect to remote...

This started happening to me quite randomly today on Visual Studio 2012. A bit simplistic but, after checking if the Nuget site itself was up and trying the Package Manager Console, my solution was to:...

View Article


Answer by Brandon Hawbaker for Visual Studio/C#: Nuget Unable to connect to...

I had this issue with VS 2010 package restore even after updating the Nuget Package Manager to the latest and also unselecting all package sources I could. I was getting an error while enabling the...

View Article

Answer by Hashem Aboonajmi for Visual Studio/C#: Nuget Unable to connect to...

Solved. that's because Visual studio is using fiddler http connection.all you have to do is to open fiddler=> fiddler option => connection => uncheck "act as system proxy on startup".thats all!

View Article

Answer by Pete for Visual Studio/C#: Nuget Unable to connect to remote server

I had the same symptoms, and apparently visual studio was using some proxy setting set up in IE. It turned out that my problem was one of the following:My IE had been updated to IE 9, but the update...

View Article

Answer by Daniel G for Visual Studio/C#: Nuget Unable to connect to remote...

Tools -> Library Package Manager -> Package Manager Settings -> Clear Package CacheThat worked for me

View Article


Answer by user2304883 for Visual Studio/C#: Nuget Unable to connect to remote...

Internet Properties -> LAN Settings -> uncheck "Automatically detect settings"

View Article


Answer by ben for Visual Studio/C#: Nuget Unable to connect to remote server

Clearing HTTP_PROXY worked for me.Let me fix it myselfImportant: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you...

View Article

Visual Studio/C#: Nuget Unable to connect to remote server

In MS Visual studio, I'm trying to install Nuget packages into my solution.When I choose the option "Manage Nuget Packages for Solution" and attempt to install a package, I get the message "Unable to...

View Article
Browsing latest articles
Browse All 24 View Live




Latest Images