0

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

运行 dnvm upgrade 时,该进程开始占用大量内存(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 upgrade我对和都遇到了同样的问题dnvm upgrade -unstable

4

0 回答 0