This forum is closed. Thank you for your contributions.
Hi all
Can any one tell me how to sync SQL CE with SQL Server 2005 using ASP.NET (C#) using Microsoft Sync Framework.
Please clarify what kind of architecture you want to use Sync in the ASP.Net application.
In general, sync Ce with SqL 2005 with SqlCeSyncProvider and SqlSyncProvider is quite simple. You can take a look at related document http://msdn.microsoft.com/en-us/library/dd918848.aspx . If you have downloaded and installed Sync Framework 2.0 at http://www.microsoft.com/downloads/details.aspx?familyid=109DB36E-CDD0-4514-9FB5-B77D9CEA37F6&displaylang=en. You can also find a related sample under C:\Program Files\Microsoft SDKs\Microsoft Sync Framework\2.0\Samples\SharingAppDemo-CEProviderEndToEnd.