SSDT and Entity Framework

Using Visual Studio 2013, I am trying to use the local development DB created by SSDT as the source for the Entity model.

I can connect to this DB using the Entity Data Model Wizard, but no tables, stored procedures or views are displayed.

According to this article http://visualstudiomagazine.com/blogs/data-driver/2012/06/sql-server-data-tools-a-work-in-progress.aspx

"Also, the Entity Framework integration that actually worked in the Visual Studio 11 Developer Preview was removed in the Visual Studio 11 beta as the SSDT blog explained in March. The post said," Based on the feedback received and the remaining engineering work, which would have been required to complete the experience, it was decided not to include this functionality in Visual Studio 11. "

Considering this article is over two years old, does anyone know if Microsoft has added Entity support to Visual Studio '13 SSDT?

Any other ideas as to why I can't see any database objects?

+3


source to share


1 answer


You have published the database from visual studio to your local instance, right click on DB proj and select publish.



0


source







All Articles