Reputation: 1155
I just install Visual Studio 2010 on a 64 bit VM with Windows 7 64 bit. The VM is on an ESXi Hypervisor. When I tried to create my first project I don't see the Entity Framework template (ADO .NET Entity Framework). Am I missing a step here? Any and all help is appreciated.
Upvotes: 5
Views: 19482
Reputation: 39007
I just had the very same problem. Actually, you have to check "SQL Server 2008 express" in Visual Studio installation, or Entity Framework won't be installed.
Upvotes: 3
Reputation: 1155
@Will thanks for all the help. I was able to solve this problem by using the following steps:
Thanks to all!!
Upvotes: 4
Reputation: 8304
Unless I misunderstood your question, you have to start a project (web application, wpf application etc), and then add ado.net entity data model.
See fourth figure on this page:
Update
Try
devenv /installvstemplates
Upvotes: 1