我们可以使用Entity Framework对SQLCE(SQL Server Compact Edition)数据库进行“逆向工程”吗?
我已经按照MSDN开发中心教程 Code First to an Existing Database 使用实体框架“反向工程”数据库,以便我们可以使用代码优先。按照我的教程:
Entity Framework > Reverse Engineer Code First
。然后抛出以下错误:
System.ArgumentException:
The modelEntityContainerName parameter '...\App_Data\cesdfContext' contains characters that are not valid.