-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Introduction It is a platform that enables collaboration and offline access for applications, services and devices. Sync framework features technologies and tools that enable roaming, data sharing and taking data offline. Moreover, developers can build synchronization ecosystems that integrate any…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working on changes to an application to have a local data store instead of connecting directly to the database server. The client app will then sync changes both ways between the server database and its local data store. I'm trying to implement the syncing solution using Microsoft Sync Framework…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Microsoft Sync Framework:
Sql CE and sql 2008 with change tracking option.
I am facing a problem, when i have a record inserted in sql CE and it needs to upload on sql 2008 with uploadonly direction. The server sync process gives clientInsertServerInsert conflict and it is impossible that server…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The server will drop the connection, because the client driver has sent multiple requests while the session is in single-user mode. This error occurs when a client sends a request to reset the connection while there are batches still running in the session, or when the client sends a request while…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using:
Disconnected Service Agent Application Block (from the Smart Client Software Factory)
Microsoft Sync Framework
I should mention that…
>>> More