EntityFramework+EntityFramework.SqlServerCompact部署网站

时间:2023-03-08 20:10:57

1,最好通过Nuget添加引用EntityFramework.SqlServerCompact,省得去手动填写配置文件。

2,部署后遇到如下的问题:EntityFramework+EntityFramework.SqlServerCompact部署网站

原因是打包后的Bin下面缺少System.Data.SqlServerCe.dll驱动。

  需要到C:\Program Files\Microsoft SQL Server Compact Edition\v4.0\Desktop目录下查找。