问题
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