我是第一次尝试安装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 upgrade
和dnvm upgrade -unstable
都有同样的问题。