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?
– Jéf Bueno
What are you using? Entity Framework Core? Asp.Net Core?
– MurariAlex
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?
– Hugo Guedes
I’m using ASP . NET Core
– Hugo Guedes