Dear all,
I am learning ASP.net core 2.0 by follwing step by step sample and at one point the sample ask to run from a command window within visual studio project the following command :
dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages\Movies --referenceScriptLibraries
When I run this command I get an error message in the command windows saying :
Command "dotnet" is not valid.
Any idea what is wrong ?
regards