While attempting to update to the recently released 1.6 version of Nuget at work, a few of us were having trouble connecting to the Online Extension Gallery in Visual Studio. As you can see in the following image, the Online Gallery was listed as being 'Offline'.
Thankfully one of my colleagues solved the problem by applying a tweak to the devenv.exe.config which is located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
Other things to consider if you are having troubles applying the Nuget update:<configuration> .... <system.net> <settings> ..... <servicepointmanager expect100continue="false" /> </settings> </system.net> </configuration>
- If the package won't update, consider un-installing and reinstalling it
- You should run Visual Studio as Administrator
- It could be a proxy issue
No comments:
Post a Comment