5

I am using Visual Studio 2013 [Ultimate] and I want to develop a database application using Entity Framework.

I have just created a Windows Form application. When I try to add a new data source I have no "Entity Data Model" option but only "Dataset" option in "Data Source Configuration Wizard".

So, what is to be configured to appear "Entity Data Model" option in configuration wizard.

I am usin .Net Framework 4.5.1

yonjans
  • 151
  • 3
  • 10

1 Answers1

1

Choose: Add New Item, Data, ADO.NET Entity Data Model

ErikEJ
  • 40,951
  • 5
  • 75
  • 115
  • 1
    But why I am wondering why the Data Source Configuration Wizard is not showing the option Entity Data Model in this or any other new project I create. – yonjans Apr 06 '14 at 11:46
  • @yonjans I am having exactly the same problem and still no answer, any luck? – Akram Hassan Mar 18 '15 at 12:36