SyncFx - Microsoft Sync Framework Developer Discussions announcement
-
Link
The Sync Framework Toolkit extends the Sync Framework capabilities for building offline applications, making it easier to expose data for synchronization to applications running on any client platform. Sync Framework 2.1 required clients to be based on Windows. This toolkit allows other Microsoft platforms to be used for offline clients such as Silverlight, Windows Phone 7, and Windows Mobile; in addition non-Microsoft platforms such as iPhone, Android, and Blackberry can be utilized as well as HTML.
The Sync Framework Toolkit provides all the features enabled by the Sync Framework 4.0 October 2010 CTP. We are releasing the toolkit as source code samples on MSDN with the source code utilizing Sync Framework 2.1. Source code provides the flexibility to customize or extend the capabilities we have provided to suit your specific requirements. The client-side source code in the package is released under the Apache 2.0 license and the server-side source code under the MS-LPL license.
The toolkit is available for download on MSDN at: http://code.msdn.microsoft.com/Sync-Framework-Toolkit-4dc10f0e.
We will keep the forum used for Sync Framework V4 CTP available for community discussion and community support.
Thanks,
Sync Framework Team -
Link
Sync Framework 2.1 includes all the great functionality of our 2.0 release, enhanced by several exciting new features and improvements. The most exciting of these lets you synchronize data stored in SQL Server or SQL Server Compact with SQL Azure in the cloud. We’ve added top customer requests like parameter-based filtering and the ability to remove synchronization scopes and templates from a database, and of course we’ve made many performance enhancements to make synchronization faster and easier.
Read our blog for more detail,
Or start downloading now!
-
Link
The following SQL Compact hotfix addresses an issue that is commonly encountered when syncing tables with foreign key constraints:
FIX: Error message when an application inserts a value into a foreign key column in SQL Server Compact 3.5: "No key matching the described characteristics could be found within the current range"
http://support.microsoft.com/kb/974068
Sean Kelley
Senior Program Manager
Microsoft -
Link
We are happy to announce that a hotfix for Sync Services for ADO.NET for Devices is now available which resolves some of the performance issues in the RTM version of the release. With this hotfix, the initial sync and subsequent sync for downloading INSERTs performance has been significantly improved as some performance related issues have been fixed at the client.
Please contact Microsoft Customer Support Service team to request the HotFix if needed.
Thanks
Yunwen -
Link
Hello and Welcome to this forum.
This forum has been created to provide a place where developers can discuss these APIs with members of the Sync Framework Product Group in Microsoft as well as other developers in the community. Discussions in this fourm include Microsoft Sync Framework Core Runtime, Sync Framework Database Providers, SQL Azure Data Sync and the Sync Framework File Provider
Liam CavanaghProgram Manager,Microsoft Sync Framework and SQL Azure
Microsoft Corporation
-
0 VotesHelpful Tips when using WCF as the transport for a mobile sync service application
I have seen a few threads in the forum showing issues,questions with the WCF as the transport layer for a mobile sync service application. so I think it is worth to create a new thread and post a ...Sticky | 8 Replies | 39888 Views | Created by Yunwen Bai - Sunday, July 13, 2008 4:17 PM | Last reply by Rajnish.Noonia - Friday, March 30, 2012 10:17 PM -
2 VotesMicrosoft Sync Framework - FAQ
What is the Microsoft Sync Framework? Microsoft Sync Framework is a comprehensive synchronization platform enabling collaboration and offline access for ...Sticky | 12 Replies | 45467 Views | Created by Liam Cavanagh - MSFT - Monday, November 12, 2007 7:01 PM | Last reply by PositronN - Friday, April 27, 2012 9:47 AM -
0 VotesCheck out the Microsoft Sync Framework Developer Center
Please visit our MSDN Developer Center for the Microsoft Sync Framework. We have a number of whitepapers, tech docs, guides, downloads as well as documentation for the Microsoft Sync ...Sticky | 1 Replies | 38290 Views | Created by Liam Cavanagh - MSFT - Thursday, November 8, 2007 10:59 PM | Last reply by Jonathan Paul - Friday, July 16, 2010 3:22 AM
-
0 VotesHow to synchronize incremental data changes between server and client (bi-direction) using Sync Framework 2.1?
Hello, I want to synchronize only those data changes that are happened after last sync between client and server. I require this for below two ... -
0 VotesEmail account associated with Microsoft account
I recently replaced my desk top. I get automated questions about syncing. The email account these messages refer to is an old one that I have not used for a long time. Question: How ... -
0 VotesDownload Hotfix KB 2703853 for Microsoft Sync Framework 2.1
Sync Framework has a bug in it and the KB 2703853 fixes the issue. I cannot find a download of this KB anywhere. The web page discussing this has a link to ... -
0 VotesAnywhere to find the following KB? KB 2703853
Sync Framework has a bug in it and supposedly this KB fixes the issue. I cannot find an official download of this KB anywhere. Does anyone know if there is a repository of older KBs? I have ...Proposed | 2 Replies | 1040 Views | Created by streagan - Wednesday, March 20, 2019 2:45 PM | Last reply by M.Mohring - Sunday, November 3, 2019 4:03 PM -
1 VotesThe remote endpoint no longer recognizes this sequence. This is most likely due to an abort on the remote endpoint. The value of wsrm:Identifier is not a known Sequence identifier. The reliable session was faulted.
I am using sync framework 2.1, sqlsyncprovider, batching is enabled. Following are the error messages I am seeing in my trace file when using ...Answered | 10 Replies | 11039 Views | Created by saitrips - Monday, March 11, 2013 11:51 PM | Last reply by mammadkoma - Sunday, November 3, 2019 9:50 AM -
0 VotesWindows Mobile Device Center for Windows 10 pro
The windows mobile device and my pc connected by cable but the windows mobile device center shows not connected on it. Please, support me in connecting mobile device with my pc. Thank you very much. -
0 VotesHow to obtain hotfix build 2.1.2503.00 and the subsequent hotfixes?
Hi MS, We have developed our product over the Sync Framework 2.1 and now we are facing the problems which falls similar to one that was fixed in ... -
0 VotesOn Azure unable to see application insight traces for failed server request but able to see traces for failed localhost request
Added Application Insight and nLogTarget packages inside solution of Vs2017. I can see traces for localhost failed request. But after deployment of application failed request traces unable to see ... -
0 VotesWill there ever be a SyncToy 3.0?
Will there ever be a SyncToy 3.0? Love this tool! :-) -
0 VotesSync Deleted Records from server to client
Hi. I am new to Sync Framework and trying to learn. I wish to setup an environment such that the few of the tables from the server are always synced to the ... -
0 VotesDbSyncException during select changes stage.
The scenario is propagating a deleted record from local (SqlCe4.0) to remote (SqlServer 2005). (Sync Framework 2.1) I get an DbSyncException which indicates a ...Answered | 3 Replies | 4932 Views | Created by Yahmez - Thursday, August 16, 2012 1:36 AM | Last reply by Jack_Tux - Thursday, August 1, 2019 6:00 AM -
0 VotesGet Power BI Row Level Securities list from my MVC web application
Hi, My concern is I have MVC web application and PowerBI reports, I want to sync PowerBI Row level security list to my own database table. How it possible,, ... -
0 VotesHow to install optional items in visual studio 2015?
I initially installed Microsoft visual studio 2015 without optional items. Optional items include android SDK, xamarine tools etc. Now I need to install them into my already installed visual studio ...Unanswered | 1 Replies | 1108 Views | Created by Mananhfz - Friday, April 20, 2018 7:32 AM | Last reply by AndrewC123 - Thursday, July 18, 2019 6:39 PM -
0 VotesUncaught SyntaxError: Unexpected token % in jquery code
$(document).ready(function(){ 'use strict'; var requestData=$('#txtjson').val(); var ... -
0 VotesSync exception " Exception: Cannot enumerate changes at the RelationalSyncProvider for table 'RBOTRANSACTIONSALESTRANS' at Microsoft.Synchronization.Data.DbSyncBatchProducer.DequeueBatc"
at Microsoft.Synchronization.Data.DbSyncBatchProducer.DequeueBatch() at ...Answered | 9 Replies | 12332 Views | Created by Abby.Tang - Monday, April 9, 2012 8:09 AM | Last reply by johncdoherty - Friday, April 5, 2019 8:20 PM -
0 VotesURGENT - Negative timestamp value (Value was either too large or too small for a UInt64)
Hi all, Urgent support is needed, we have encountered the issue described in ...Proposed | 1 Replies | 848 Views | Created by michael.yung - Wednesday, February 13, 2019 4:12 AM | Last reply by johncdoherty - Sunday, March 10, 2019 8:26 AM -
1 VotesSync Framework 2.1 - Discontinued ???
Had a case opened with Microsoft regarding to a bug in Sync Framework 2.1, similar to the one discussed ...Proposed | 7 Replies | 12517 Views | Created by Mixer63 - Monday, April 23, 2012 4:42 PM | Last reply by johncdoherty - Sunday, March 10, 2019 7:06 AM -
0 VotesSync Framework and SQL Notifications
I have an application that is running Sync Framework to keep a local SQL CE database in sync with a remote SQL Server database. My other application is using SQL Notifications to tell it when any ...Unanswered | 11 Replies | 6982 Views | Created by SteveInHouston - Monday, December 3, 2012 3:50 PM | Last reply by Arash Zandi - Thursday, February 14, 2019 7:12 AM -
0 Voteswcf sync 2.1 issue, trigger changed data not synced.
We just upgraded to sync 2.1 with sqlce 3.5 SP2 and SQL Server, everything works fine except one issue: When sync data change from client to sql server, we have ... -
0 VotesProblème d'installation SyncToy sous Windows 10
Bonjour, j'ai un problème pour installer SyncToy sur mon nouveau PC Windows 10. Voici le message d'erreur. J'ai essayé d'installer .NET Framework sans ... - Items 1 to 20 of 2471 Next ›
SyncFx - Microsoft Sync Framework Developer Discussions announcement
-
Link
The Sync Framework Toolkit extends the Sync Framework capabilities for building offline applications, making it easier to expose data for synchronization to applications running on any client platform. Sync Framework 2.1 required clients to be based on Windows. This toolkit allows other Microsoft platforms to be used for offline clients such as Silverlight, Windows Phone 7, and Windows Mobile; in addition non-Microsoft platforms such as iPhone, Android, and Blackberry can be utilized as well as HTML.
The Sync Framework Toolkit provides all the features enabled by the Sync Framework 4.0 October 2010 CTP. We are releasing the toolkit as source code samples on MSDN with the source code utilizing Sync Framework 2.1. Source code provides the flexibility to customize or extend the capabilities we have provided to suit your specific requirements. The client-side source code in the package is released under the Apache 2.0 license and the server-side source code under the MS-LPL license.
The toolkit is available for download on MSDN at: http://code.msdn.microsoft.com/Sync-Framework-Toolkit-4dc10f0e.
We will keep the forum used for Sync Framework V4 CTP available for community discussion and community support.
Thanks,
Sync Framework Team -
Link
Sync Framework 2.1 includes all the great functionality of our 2.0 release, enhanced by several exciting new features and improvements. The most exciting of these lets you synchronize data stored in SQL Server or SQL Server Compact with SQL Azure in the cloud. We’ve added top customer requests like parameter-based filtering and the ability to remove synchronization scopes and templates from a database, and of course we’ve made many performance enhancements to make synchronization faster and easier.
Read our blog for more detail,
Or start downloading now!
-
Link
The following SQL Compact hotfix addresses an issue that is commonly encountered when syncing tables with foreign key constraints:
FIX: Error message when an application inserts a value into a foreign key column in SQL Server Compact 3.5: "No key matching the described characteristics could be found within the current range"
http://support.microsoft.com/kb/974068
Sean Kelley
Senior Program Manager
Microsoft -
Link
We are happy to announce that a hotfix for Sync Services for ADO.NET for Devices is now available which resolves some of the performance issues in the RTM version of the release. With this hotfix, the initial sync and subsequent sync for downloading INSERTs performance has been significantly improved as some performance related issues have been fixed at the client.
Please contact Microsoft Customer Support Service team to request the HotFix if needed.
Thanks
Yunwen -
Link
Hello and Welcome to this forum.
This forum has been created to provide a place where developers can discuss these APIs with members of the Sync Framework Product Group in Microsoft as well as other developers in the community. Discussions in this fourm include Microsoft Sync Framework Core Runtime, Sync Framework Database Providers, SQL Azure Data Sync and the Sync Framework File Provider
Liam CavanaghProgram Manager,Microsoft Sync Framework and SQL Azure
Microsoft Corporation
