简体   繁体   English

无法安装Nuget Package Manager

[英]Cannot install Nuget Package Manager

I am using VS2010 on Windows 7 (64 bits). 我在Windows 7(64位)上使用VS2010。 When trying to install "Nuget Package Manager" from VS's "Extension Manager" it fails. 当尝试从VS的“Extension Manager”安装“Nuget Package Manager”时,它失败了。 The download works, but then I am stuck at the installing progress bar. 下载工作,但后来我被困在安装进度条。 When looking in Windows' task manager yo can see that the installer keeps on starting up new instances of the "vsixinstaller.exe" process. 查看Windows的任务管理器时,您可以看到安装程序继续启动“vsixinstaller.exe”进程的新实例。 It goes on and on until the computer ultimately crashes. 它一直持续到计算机最终崩溃为止。

The same behaviour occurrs when starting the file "NuGet.Tools.vsix" directly. 直接启动文件“NuGet.Tools.vsix”时会出现相同的行为。

I have searched the net for the solution but haven't been able to find anything useful. 我在网上搜索解决方案,但一直找不到任何有用的东西。

I received the same behavior today so I decided to open Process Monitor to investigate. 我今天收到了同样的行为,所以我决定打开Process Monitor进行调查。

Guess what...Process Monitor gives the same behavior. 猜猜是什么... Process Monitor给出了相同的行为。 Then the light bulb went off... :) 然后灯泡熄灭了...... :)

Answer : I previously had administrator privileges on my laptop, but those were removed at the beginning of the new year. :我以前在我的笔记本电脑上拥有管理员权限,但是在新的一年开始时删除了这些权限。 For some reason, when these programs use credentials that are not in the administrator group, they recursively call themselves instead of failing, timing out or reporting access denied, etc. 出于某种原因,当这些程序使用不在管理员组中的凭据时,它们递归调用自己而不是失败,超时或报告访问被拒绝等。

Please ensure that your attempting to update after launching VS as an Administrator. 请确保在以管理员身份启动VS后尝试更新。

I will be providing this feedback to the nuget support thread as well. 我也将这个反馈提供给nuget支持线程

通过在SP1下安装Nuget和admin权限来修复。

I found a solution at NuGet Docs Known Issues . 我在NuGet Docs Known Issues上找到了一个解决方案。 Installing the hotfix they recommend even though I have SP1. 安装他们推荐的修补程序,即使我有SP1。 It includes KB2581019. 它包括KB2581019。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM