Entity Data Model Wizzard not creating tables in EDMX file
Posted
by
Shawn
on Stack Overflow
See other posts from Stack Overflow
or by Shawn
Published on 2012-12-20T05:00:27Z
Indexed on
2012/12/20
5:03 UTC
Read the original article
Hit count: 232
ADO.NET
|entity-framework-4.1
I'm trying the database first approach by creating an ADO.NET Entity Data Model using the Wizard with the Adventureworks2012 DB.
Testing DB connection works, and the connection string is added to the App.Config.
I'm selecting all the tables except the ones marked as (dbo) AWBuildVersion, DatabaseLog, and ErrorLog.
When the Wizard finishes the .edmx file is blank, and if I view the file in XML view the EntityContainer is empty.
I'm using VS 2010 & .NET Framework 4.0
© Stack Overflow or respective owner