0
My Nuget wasn’t able to download any packages and I couldn’t see the packages installed on Manager Package
, so I researched a little and decided to uninstall and install again.
The problem starts when I try to reinstall the nuget, as soon as it starts donwloading I get the seguint error:
The Extension could not be installed because of the following error: Unable to connect to the remote server
I tried to
I tried to remove the tag
<system.net></system.net>
of the archivedevenv.exe.config
- Delete the
.suo
But unfortunately nothing has solved, if anyone has any idea how to solve I will be grateful.
Dude, you didn’t have to uninstall anything, it was an API problem.
– Jéf Bueno
Have you checked the menu Tools > Options > Nuget Package Manager > Package Source if nuget.org (https://www.nuget.org/api/v2) is configured? And if so, can you normally access this address? An XML will be displayed.
– Ismael
I just solved, entered nuget.org site and downloaded directly and installed , now working normally.
– William Cézar
@jbueno API problem ? downloaded straight from nuget.org and it worked, don’t know why this error occurred, I would like to know =/.
– William Cézar
@Williamcézar What I’m saying is that the nuget API (only version 3) was not working Sunday and yesterday had some glitches, so you couldn’t download anything.
– Jéf Bueno
@jbueno, ah got it, vlw.
– William Cézar