简体   繁体   中英

Have been trying to add migration to my project in ASP.NET MVC using C# but am getting these errors

Could not execute because the specified command or file was not found.

Possible reasons for this include:

  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

Do you use VSCode on linux ? If this is the case, you have to add the dotnet/tools path. You can also check if your tool is in the folder.

export PATH="$PATH:$HOME/.dotnet/tools"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM