Hi,
In a VS 2012/winform app environment, I need to replicate Server 2008 R2 db in SQL Server CE 4.0 db.
After googling for a while, I found some post indicating that synchronisation ( sync framework 4 ) is not supported for SQL Server CE 4.0 :
http://blogs.msdn.com/b/sqlservercompact/archive/2011/01/12/microsoft-sql-server-compact-4-0-is-available-for-download.aspx
Does anybody know if a new version of Sync Framework has been released already? Any new SDK for .Net Framework 4.5 ?
If not, any idea to implement data Synchronization between Server 2008 R2 db & SQL Server CE 4.0 db?
Thanks for your help.
KR,
JC