Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing "Ado.Net Entity Data Model" on Visual Studio 2013

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

enter image description here

How to fix it or Install it ?

like image 997
Chlebta Avatar asked Apr 13 '14 17:04

Chlebta


People also ask

How do I add ado net entity data model in Visual Studio?

Create the ADO.NET Entity Data ModelRight-click on your project in the Solution Explorer window and select the menu option Add -> New Item. In the Add New Item dialog, select the Data category. Select the ADO.NET Entity Data Model template, give the Entity Data Model the name Northwind. edmx, and click the Add button.

Is ADO.NET supported by Visual Studio?

ADO.NET, for WindowsInstall Visual Studio Community, or a similar integrated development environment (IDE) for writing and compiling C# source code. Microsoft now provides Visual Studio Community for free.


1 Answers

Go to "C:\ProgramData\Package Cache" and search for "EFTools.msi".

You should find two files, just install the most recent one (it should be about 960KB). This fixed the problem for me.

like image 62
user3535560 Avatar answered Oct 04 '22 12:10

user3535560