This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Failed to initalize runtime (80131522) on Beta6/Beta7 x64 #2343
Closed
Description
I received this error on a new clean installation.
Windows 7 Enterprise x64 - SP1 VM with UAC turned off (NO PATCHES)
.Net v4.5.2
PowerShell v4.0 x64
Internet Explorer 11 x64 with the patches it installs
Node.js v0.12.7 x64
VS Code v0.5.0
Environment Variable
DNX_UNSTABLE_FEED=https://www.myget.org/F/aspnetbeta6/api/v2
Installed DNVM
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
Installed Beta6 x64 package by:
dnvm upgrade -arch x64 -u -r clr
DNVM List
* 1.0.0-beta6 clr x64 C:\Users\Noral\.dnx\runtimes default
closed command prompt
opened command prompt
dnu restore
Failed to initalize runtime (80131522)
However, if I do the following:
dnvm upgrade -arch x86 -u -r clr
DNVM List
1.0.0-beta6 clr x64 C:\Users\Noral\.dnx\runtimes
* 1.0.0-beta6 clr x86 C:\Users\Noral\.dnx\runtimes default
I can run dnu for x86. Did I miss something?