Error creating controller using Entity

Asked

Viewed 559 times

0

In my Employee Registration project I have the following folders:

  • MODEL
  • CONTROLLERS
  • DAL
  • VIEWS

From the moment I create a controller using the Entity that already creates me right my view he makes the mistake:

(Error executing selected code generator: 'Unrecognized command or argument'(Functionforms.DAL))

  • What do you mean "create a controller using Entity"? You’re talking about scaffolding Standard of Visual Studio?

  • What are you using? Entity Framework Core? Asp.Net Core?

  • Yes, I am following this tutorial -- https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application#software-versions-used-in-the-tutorial -- The part where I will create Employee Control with Entity generates this error, so it does not recognize my Context Class?

  • I’m using ASP . NET Core

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.