Entity Data Model Wizard not showing Microsoft SQL Server Compact 3.5 in vs 2012

北战南征 提交于 2019-12-24 10:57:40

问题


I have SQL Compact 3.5 edition for which I am trying to generate an EDMX file using the Entity data model wizard. I am using Visual Studio 2012 Beta Ultimate.

I am trying to generate a Model (generate from the database). I create a new connection, selecting the change data source. Here I am not able to see Microsoft SQL Server Compact 3.5 database file.

But I could see this in VS 2010.

How do I do to create an entity model with SQL CE 3.5 and Visual Studio 2012?


回答1:


SQL Server Compact 3.5 is not supported with Server Explorer etc in VS 2012.

UPDATE The latest version of the free SQL Server Compact Toolbox addin adds support for connecting SQL Server Compact 3.5 files to Server Explorer for working with the Entity Framework Tools



来源:https://stackoverflow.com/questions/10935457/entity-data-model-wizard-not-showing-microsoft-sql-server-compact-3-5-in-vs-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!