Как исправить DNX / DNVM в Visual Studio 2015?

Сегодня я установил VS 2015 на Windows 7 x64. В основном для тестирования новых функций .Net Core и т. Д. И для тестирования я создал новое решение C # «Консольное приложение (пакет)» и получил следующее сообщение:

Не удалось установить версию DNX SDK «dnx-clr-win-x86.1.0.0-beta5». Для этого сеанса решение будет использовать версию DNX SDK «dnx-clr-win-x86.1.0.0-beta5».

Я не могу скомпилировать и отладить проект. Кроме того, когда я открыл вкладку отладки в свойствах проекта, VS потерпел крах.

Вывод DNVM при открытии решения:

Invoke-Command : The term 'x86' is not recognized as the name of a cmdlet, func
tion, script file, or operable program. Check the spelling of the name, or if a
 path was included, verify that the path is correct and try again.
C:\Program Files\Microsoft DNX\Dnvm\dnvm.ps1:1451 ????:27
+             Invoke-Command <<<<  ([ScriptBlock]::Create("dnvm-$cmd $cmdargs")
)
    + CategoryInfo          : ObjectNotFound: (x86:String) [Invoke-Command], C 
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Co 
   mmands.InvokeCommandCommand

Invoke-Command : The term 'x86' is not recognized as the name of a cmdlet, func
tion, script file, or operable program. Check the spelling of the name, or if a
 path was included, verify that the path is correct and try again.
C:\Program Files\Microsoft DNX\Dnvm\dnvm.ps1:1451 ????:27
+             Invoke-Command <<<<  ([ScriptBlock]::Create("dnvm-$cmd $cmdargs")
)
    + CategoryInfo          : ObjectNotFound: (x86:String) [Invoke-Command], C 
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Co 
   mmands.InvokeCommandCommand

Invoke-Command : The term 'x86' is not recognized as the name of a cmdlet, func
tion, script file, or operable program. Check the spelling of the name, or if a
 path was included, verify that the path is correct and try again.
C:\Program Files\Microsoft DNX\Dnvm\dnvm.ps1:1451 ????:27
+             Invoke-Command <<<<  ([ScriptBlock]::Create("dnvm-$cmd $cmdargs")
)
    + CategoryInfo          : ObjectNotFound: (x86:String) [Invoke-Command], C 
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Co 
   mmands.InvokeCommandCommand

Есть идеи как это исправить?

Также ранее я устанавливал VS 2015 Preview и DNX / DNVM отдельно. Но я думаю, я полностью удалил его до установки VS 2015. Может ли это как-то повлиять на текущую установку VS?

Ответы на вопрос(8)

Ваш ответ на вопрос