The Dnx Runtime package needs to be installed. See output window for more details

后端 未结 7 2178
闹比i
闹比i 2021-01-01 17:26

I\'m using Visual Studio 2015 Enterprise Edition and created simple Asp.net5 application. When I try to debug I\'m getting this error.

The Dnx Runtime packag         


        
7条回答
  •  清歌不尽
    2021-01-01 17:51

    I have met with same issue and here I found the solution.To begin with you need an internet connection and visit the this link:

    http://www.codeproject.com/Tips/1039152/DNX-SDK-Version-dnx-clr-win-x-beta-Failedto

    First of all,you need to set the path in Environment Variables for Powershell , example:

    C:\Windows\System32\Windows PowerShell\1.0
    

    And then enter the following comments mentioned in the website..in Command Prompt(cmd.exe).

提交回复
热议问题