Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dnx is not recognize to run asp.net 5 application

Tags:

asp.net-core

  • try to run Asp.Net 5 Application through command prompt by using command C:\asp.net5App\src\asp.net5>dnx .web
  • error message that I am getting. 'dnx' is not recognized as an internal or external command, operable program or batch file.
like image 713
Sri Chatala Avatar asked Aug 17 '15 04:08

Sri Chatala


1 Answers

Run dnvm upgrade.

If dnvm is not recognized, follow the instructions on the Home repo to install it, then do the previous step.

like image 142
Victor Hurdugaci Avatar answered Dec 10 '22 23:12

Victor Hurdugaci