Entity Framework not appearing in Add New Item list in Visual Studio 2017

后端 未结 4 1698
暖寄归人
暖寄归人 2021-02-12 23:18

I created a new MVC project in Visual Studio 2017. I wanted to add an EDMX file (I will be doing database-first) so right clicked on the project and selected Add|New Item.

4条回答
  •  萌比男神i
    2021-02-12 23:37

    I know this is late, but I ran into the same exact issue. After reading some of the other answers, I realized I had created a .Net project with Standard library instead of the Framework library.

提交回复
热议问题