English 中文(简体)
安装 NuGet 1. 1. 8 出错
原标题:Error Installing NuGet 1.8
  • 时间:2012-05-24 16:42:01
  •  标签:
  • nuget

NuGet 1. 8 似乎有一些有趣的新功能。 不幸的是,当我试图从视觉工作室内部更新时,我得到了错误:

Value cannot be null.
Parameter name: v1

我本想从外面的视觉工作室 安装它,看看是否效果更好, 但下载链接我找到了

http://nuget.codeplex.com/releases" rel=“不跟随”>http://nuget.codeplex.com/releases

没有列出“ NuGet 视觉工作室扩展名” 的任何下载 。

我怎样才能更新NuGet?

<强 > 更新

这是在Windows 7 64比特上,视觉演播室Uptimatete 2010SP 1,从最近的NuGet版本(我如何检查版本号?)升级到Nuget 1. 8。

最佳回答

根据这些评论,我做了以下工作:

  • Closed all instances of Visual Studio
  • Started a new instance of Visual Studio as Administrator
  • Tools / Extension Manager
  • Select NuGet Package Manager
  • Click Uninstall (if you re not Administrator, Uninstall is grayed out)
  • Restart Visual Studio (still as Administrator)
  • Tools / Extension Manager
  • Online Gallery
  • Install NuGet
  • Restarted Visual Studio (this time not as Administrator)
  • Resumed work
问题回答

暂无回答




相关问题
NuGet and distributed version control (DVCS)

I wonder if it is possible to use nuget to only store references to the required packages in version control (only the package.config and ignore the packages folder). Is there a way to tell nuget to (...

Package Manager Console issues

I installed Asp.net MVC 3 beta which also installs NuPack, but when I open a project in Visual Studio 2010 Express, the Package Manager Console gives me this error message: System.TypeLoadException: ...

热门标签