Base solution for your next web application
Open Closed

Command Not Found Exception #9126


User avatar
0
nitinrpatel created

Hello, I Am using aspnetzero powertool for module createtion in my project(asp.net core 3.x with Angular). after successfully generating Entity While i am going to executing refresh.bat file I am getting error.

I had performed following steps to setup powertool. https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet#ef-core-3x https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Development-Guide-Rad-Tool


4 Answer(s)
  • User Avatar
    0
    musa.demir created

    You can manually go to nswag folder and run refresh.bat or You can just run following command:

    npm run nswag 
    
  • User Avatar
    0
    nitinrpatel created

    Hello, Still Facing Error. I have tried Manually to run fresh.bat file, it also gived error and close that windown.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @nitinrpatel,

    *.Host project must be up and running when you run this command. Was it working in your case ?

    Thanks,

  • User Avatar
    0
    nitinrpatel created

    Hello, It is Working Now. Thank you.