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

前端 未结 11 1096
星月不相逢
星月不相逢 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:17

    I recently added Entity Framework and installed in one of my many projects in a single sln file.

    The thing is Entity Framework works on Framework higher than 3.5.

    So Class Library of NET Standard wouldn't support Entity Framework, thus missing Ado.Net Entity Data Model, Since NET Standard console Library is Framework 2.0, changing the class Library to .NET Framework one, will include Ado.Net Entity Data Model.

提交回复
热议问题