Missing “Ado.Net Entity Data Model” on Visual Studio 2013

前端 未结 11 1095
星月不相逢
星月不相逢 2020-12-03 04:50

I have created new web project but I can\'t find ADO.net Entity DAta Model to add it.

\"enter

11条回答
  •  生来不讨喜
    2020-12-03 05:31

    For Visual Studio 2017 the following works.

    Create project:

    • Create new project of type 'Class Library'
    • Install 'Entity Framework' from NuGet

    Now add datamodel:

    • In project click 'Add New Item'
    • Select 'Visual C# Items' -> 'ADO.NET Entity Data Model'

提交回复
热议问题