Tag: dnvm

如何修复Visual Studio 2015中的DNX / DNVM?

今天,我在Windows 7 x64上安装了VS 2015。 主要是为了testing新的.Net核心function等。为了testing,我创build了新的C#“控制台应用程序(包)”解决scheme,并得到这样的消息: DNX SDK版本“dnx-clr-win-x86.1.0.0-beta5”未能安装。 该解决scheme将使用此会话的DNX SDK版本“dnx-clr-win-x86.1.0.0-beta5”。 我无法编译和debugging项目。 另外,当我打开项目属性中的debugging选项卡,然后VS崩溃。 DNVM输出当我打开解决scheme: 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 […]