Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code-First EF4.1 + SQL Server CE4 + Sync Framework

Is it possible to use CF EF4.1, SQL Server Compact 4 and Microsoft Sync Framework together?

As I got, MS Sync Framework needs SQL Server compact 3.5, but EF4.1 use SQL Server Compact 4...

UPDATE Ok, I see that it's not possible to sync mssql ce4 using microsoft sync framework. So Is it possible to use mssql ce3.5 as a storage for entity framework 4.1?

like image 474
DolceVita Avatar asked Mar 02 '26 04:03

DolceVita


1 Answers

Sync Framework works directly against the databases using its providers and going thru EF is not supported out of the box. The same goes with Sql Compact 4 (see Scenarios not enabled by Sql Compact 4

like image 150
JuneT Avatar answered Mar 04 '26 19:03

JuneT