This makes no sense to me. NuGet was working fine before but now it is throwing a server error when I try to install packages. I’ve uninstall and reinstall NuGet with the latest, but still no luck.
PM> Install-Package EntityFramework
Install-Package : The remote server returned an error: (500) Internal Server Error.
At line:1 char:16
+ Install-Package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Has anyone seen anything like this? Thanks.
I’m pointed at https://nuget.org/api/v2/ which seems to be live…
From NuGetTeam (@nuget) on Twitter https://twitter.com/#!/nuget