Can't install packages with NuGet - 500 internal server error
nuget, visual-studio-2010
Solution
From NuGetTeam (@nuget) on Twitter https://twitter.com/#!/nuget
We are investigating an issue on the NuGet Gallery servers. We will provide an update shortly. We apologize for the inconvenience.
Problem
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...