Mads Gadeberg
Mads Gadeberg

Reputation: 1480

Can't find Code first from database when creating Entity Data Model

When I'm trying to create an Entity data model i dont get the option "Code first from database". i only got "Generate from Database" and "Empty model"

Im using this tutorial: http://msdn.microsoft.com/da-dk/data/jj200620.aspx

Cant find any solution for this.

Upvotes: 3

Views: 2922

Answers (2)

EduLopez
EduLopez

Reputation: 721

Update the visual studio to the last version (update 4).

Tools - > extensions and update

Upvotes: 1

Anthony Chu
Anthony Chu

Reputation: 37520

The new Entity Framework tooling is in Visual Studio 2013 Update 2 CTP 2... http://www.microsoft.com/en-us/download/details.aspx?id=42023

You can also reverse engineer Code First models from an existing database using a Visual Studio addin such as Entity Framework Power Tools (some of them became the new tooling added to Update 2)... http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d

Upvotes: 4

Related Questions