No Entity Data Model (EDMX) Template with Visual Studio 2010 SP1 & ADO.NET Entity Framework 4.1

后端 未结 11 1585
孤城傲影
孤城傲影 2020-12-02 15:51

I\'m having a lot of issues with the templates of Visual Studio 2010 SP1 & ADO.NET Entity Framework 4.1

I noticed that other people had these problems, and asked

11条回答
  •  遥遥无期
    2020-12-02 16:21

    Actually, you will have to add simple class library project, and do "Add New Item" and then you will find ADO.NET Entity Data model.

    (It seems from newer versions, they have removed this project template, and offering it as "New Item". I was searching for it, then found it like new item instead of new project template. though this MSDN link shows ado.net entity data model as new project :( http://msdn.microsoft.com/en-us/data/ff830362

提交回复
热议问题