Hi,
I have 100000 records in my server databse table, when i try to download data to local .sdf file its raise this error
{"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."}
here is my code
LocalDataCache2SyncAgent syncAgent = new LocalDataCache2SyncAgent();
Microsoft.Synchronization.Data.SyncStatistics syncStats = syncAgent.Synchronize();
var localProvider = (ClientSyncProvider)syncAgent.LocalProvider;
localProvider.ClientId = Guid.Parse("53406795-968f-4205-904d-12f7388316eb");
How can i overcome that error