Base solution for your next web application
Open Closed

No executable found matching command "dotnet-ef" #3344


User avatar
0
folly2k2001 created

I downloaded the dotnet core template, but when I run the command "dotnet ef database update" to create the database I get this error: No executable found matching command "dotnet-ef" I tired this at the root directory of Entityframework project and Migrator project but got the same error.


1 Answer(s)
  • User Avatar
    0
    kacey created

    Just run "update-database" command on the Package Manager Console on visual studio and make sure the EFCore project is selected.