Why the SQL Server CE 4 data connection is not listed in the DataConnection combo when I want to generate Database from Model?

依然范特西╮ 提交于 2019-12-24 02:25:09

问题


I am doing some tests with Entity Framework using SQL server CE 4 CTP2 and VS2010 Pro. I can create the data Connection without problems (as administrator) and see the information of the sample database NorthWind.sdf. However when I create a new model (for example persons) and I attempt to generate it into the database NorthWind.sdf using the "generate Database Wizard", I can't see the connection related to "Microsoft SQL Server Compact 4". Only Microsoft SQL Server, Microsoft SQL Server Compact 3.5 and Microsoft SQL Server Database File are listed.

What do you think is happening?

Thanks!!

来源:https://stackoverflow.com/questions/4493219/why-the-sql-server-ce-4-data-connection-is-not-listed-in-the-dataconnection-comb

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