user95
user95

Reputation: 11

Cannot find ado.net entity data model in visual studio 2022

I want to start a new project in ASP.NET core MVC web application. In the past I'm used to starting with the code, I create the code and I create the dbContext and I make the migration of the data Add-Migration and Update_Migration and finally I can get my database. This time I want to start with the database first, I loaded SSMS(SQL server management studio) and created the database and after I want to generate the classes from the database but It didn't work, I cannot find the ado.net entity data model in visual studio 2022.

enter image description here

I tried to solve this problem by myself, I added these packages(in the picture below) but also it didn't work

Can you please suggest what I am doing wrong?

Upvotes: 0

Views: 1988

Answers (0)

Related Questions