Hi,
i tried to sync a SQL Compact Database with a SQL 2008 Database via a Sync Service.
The Service is available an i can do a initial sync, i also can work with the database and sync it => it works.
But now (after a bit more work with the database) i get a TargetInvocationException with an InnerException ("The reomote server returned an uexpected response: (400) Bad Request") if i call SyncAgent.Synchronize().
I get this exception even if i undo my changed in the database by sql.
I already altered the configuration an pushed up the max received bytes...