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

后端 未结 4 1692
暖寄归人
暖寄归人 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条回答
  •  没有蜡笔的小新
    2021-02-12 23:41

    I had a similar issue today after i updated my VS to the latest 2017 version. I tried to open an .edmx file in VS2017 and it didn't show the designer view. So i realised i forgot to select Entity Framework tools during the installation:

    Everything is back to normal :)

提交回复
热议问题