I had read some articles online that it was possible to add a table to an existing sql merge replication without having to reinitialize the database at the users' side. I created the table, added it to the replication and reran the snapshot but I get this error:
[ __sysMergeArticles ];
Source : Microsoft SQL Server Compact
StackTrace : at System.Data.SqlServerCe.SqlCeReplication.EndSynchronize(IAsyncResult ar) at Sack.Sales.Library.Helpers.SqlCeSynchronization.OnSyncCompletedCallback(IAsyncResult ar) in D:\Projects\Sack\Sack.Sales\Development\2.0\Sack.Sales.Library\Helpers\SqlCeSynchronization.cs:line 107
TargetSite : Void EndSynchronize(System.IAsyncResult)
Anyone has an idea what I might be doing wrong?
Thanks!