dnvm升级无法在CopyHere上使用RPC_E_SERVERFAULT解压缩运行时

时间:2016-02-14 12:17:44

标签: .net dnx dnvm

我是第一次尝试安装ASP.NET Core。使用PowerShell安装dnvm工作正常,但下载dnx失败。

运行dnvm升级时,进程开始耗费大量内存(15 GB!)并冻结我的计算机,然后该过程失败并显示以下错误消息:

Determining latest version
Downloading dnx-clr-win-x86.1.0.0-rc1-update1 from https://www.nuget.org/api/v2
Invoke-Command : Exception calling "CopyHere" with "2" argument(s): "The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))"
At C:\Program Files\Microsoft DNX\Dnvm\dnvm.ps1:1451 char:27
    +             Invoke-Command <<<<  ([ScriptBlock]::Create("dnvm-$cmd $cmdargs"))
    + CategoryInfo          : NotSpecified: (:) [Invoke-Command], MethodInvocationException
    + FullyQualifiedErrorId : ComMethodTargetInvocation,Microsoft.PowerShell.Commands.InvokeCommandCommand

搜索CopyHere,0x80010105和RPC_E_SERVERFAULT都没有相关提示。

我对dnvm upgradednvm upgrade -unstable都有同样的问题。

0 个答案:

没有答案