ADO.Net Entity Model is not installed or loaded in my VS 10's installed template. Is it something downloadable ? or is it old already, that is why it isnot added in VS10 anymore, if so, could someone let me what replaced it ? Because I just create some tables in the Server Explorer and would like to use them in my ASP.net small project. Sorry my knowledge of this is really limited, i'm glad if someone could help and Please eliminate post rules in the server that limit one IP to have less than 6 posts/day. Thank you.
Asked
Active
Viewed 1,390 times
0
-
Entity data model is an item template and not a project template. If you create a new web project does Entity Data Model not come up as a choice when you select "Add New Item" ? – Jeff Turner Feb 10 '12 at 15:31
-
Thank you Jeff, as I said, my project now is totally new, I am trying to add a model for it because the database tables are all ready. I need an .edmx to link to ready made tables. Are there other ways around I can do to use them anyway ? – Mackintoast Feb 10 '12 at 15:40
-
does this help? http://stackoverflow.com/questions/5696436/no-entity-data-model-edmx-template-with-visual-studio-2010-sp1-ado-net-entit – Jeff Turner Feb 10 '12 at 15:49
2 Answers
0
Righ click on your project in solution explorer, then New Item, and then search for ADO.NET Entity Data Model. You will need Entity Framework installed...from here If you don't have NuGet package managar install it first, because the newest version of EF is distributed only as a NuGet package.

Community
- 1
- 1

Aleksandar Vucetic
- 14,715
- 9
- 53
- 56
-
You assume the OP has installed NuGet, which is not always the case. – Gregory A Beamer Feb 10 '12 at 16:20
0
I would go here and download the latest EF bits (unless you can't move to 4.1 for some reason - if so, find hte version you are using). Then, install. That should expose the templates you are looking for.

Gregory A Beamer
- 16,870
- 3
- 25
- 32