<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Microsoft Sync Framework</title><link>http://code.msdn.microsoft.com/sync/Project/ProjectRss.aspx</link><description>Introducing the Microsoft Sync Framework &amp;#8211; a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any dat...</description><item><title>NEW POST: Invalid Cast error - What is latest Microsoft.Synchronization version?</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=486</link><description>&lt;div class="wikidoc"&gt;
is there any solution for this issue?&lt;br /&gt;
&lt;/div&gt;</description><author>Tschi</author><pubDate>Thu, 04 Sep 2008 07:58:07 GMT</pubDate><guid isPermaLink="false">NEW POST: Invalid Cast error - What is latest Microsoft.Synchronization version? 20080904A</guid></item><item><title>UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK and are meant to show the concepts of the Microsoft Sync Framework.   Each of the samples use the the SQL MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample uses the Metadata store to show the basic concepts that are required when building a Sync Framework application and illustrates many of the core concepts such as synchronization providers and the synchronization orchestrator.  &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0&amp;#42;&lt;br /&gt;Expanding on the previous sample, this samples outlines the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern used over WCF.  Please note that this sample specifically requires VS 2008 &amp;#40;or higher&amp;#41; and the x86 Sync Framework SDK as Visual Studio only comes with a 32-bit development web server.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;Expanding on the first samples, this sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Required Software&amp;#42;&lt;br /&gt;- Visual Studio 2005 &amp;#40;or higher&amp;#41;&lt;br /&gt;- Microsoft Sync Framework SDK V1.0</description><author></author><pubDate>Thu, 14 Aug 2008 22:19:44 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK and are meant to show the concepts of the Microsoft Sync Framework.   Each of the samples use the the SQL MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample uses the Metadata store to show the basic concepts that are required when building a Sync Framework application and illustrates many of the core concepts such as synchronization providers and the synchronization orchestrator.  &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0&amp;#42;&lt;br /&gt;Expanding on the previous sample, this samples outlines the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern used over WCF.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;Expanding on the first samples, this sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Required Software&amp;#42;&lt;br /&gt;- Visual Studio 2005 &amp;#40;or higher&amp;#41;&lt;br /&gt;- Microsoft Sync Framework SDK V1.0</description><author></author><pubDate>Thu, 14 Aug 2008 21:14:07 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK and are meant to show the concepts of the Microsoft Sync Framework.   Each of the samples use the the SQL MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample uses the Metadata store to show the basic concepts that are required when building a Sync Framework application and illustrates many of the core concepts such as synchronization providers and the synchronization orchestrator.  &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0 &amp;#42;&lt;br /&gt;Expanding on the previous sample, this samples outlines the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern used over WCF.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;Expanding on the first samples, this sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Required Software&amp;#42;&lt;br /&gt;- Visual Studio 2005 &amp;#40;or higher&amp;#41;&lt;br /&gt;- Microsoft Sync Framework SDK V1.0</description><author></author><pubDate>Thu, 14 Aug 2008 21:13:53 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK and are meant to show the concepts of the Microsoft Sync Framework.   Each of the samples use the the SQL MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0&amp;#42; &lt;br /&gt;This sample illustrates explicit transactioning &amp;#40;batched instead of per-update&amp;#41; and the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern over WCF.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Required Software&amp;#42;&lt;br /&gt;- Visual Studio 2005 &amp;#40;or higher&amp;#41;&lt;br /&gt;- Microsoft Sync Framework SDK V1.0</description><author></author><pubDate>Thu, 14 Aug 2008 21:12:53 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sync/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Microsoft Sync Framework Samples&lt;/b&gt;&lt;br /&gt;Introducing the Microsoft Sync Framework &amp;#8211; a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.
&lt;br /&gt; &lt;br /&gt;This resource page includes a number of samples of the Microsoft Sync Framework a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Current Samples&lt;/u&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1411" class="externalLink"&gt;Sync101 - Getting Started with Sync V1.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=613" class="externalLink"&gt;Contact Synchronization Sample - Outlook Sync&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1344" class="externalLink"&gt;Sync Services for ADO.NET v2 - Download Only Sync&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1343" class="externalLink"&gt;Sync Services for ADO.NET v2 - Adapter Builder&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1200" class="externalLink"&gt;SQL Express Client Synchronization Sample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=949" class="externalLink"&gt;Sync Framework Tutorial&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=849" class="externalLink"&gt;Producing and Consuming FeedSync Feeds using Sync &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>liam</author><pubDate>Thu, 14 Aug 2008 20:19:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080814P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sync/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Microsoft Sync Framework Samples&lt;/b&gt;&lt;br /&gt;Introducing the Microsoft Sync Framework &amp;#8211; a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.
&lt;br /&gt; &lt;br /&gt;This resource page includes a number of samples of the Microsoft Sync Framework a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Current Samples&lt;/u&gt;&lt;br /&gt;- [url:Sync101 - Getting Started with Sync V1.0|https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1411&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=613" class="externalLink"&gt;Contact Synchronization Sample - Outlook Sync&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1344" class="externalLink"&gt;Sync Services for ADO.NET v2 - Download Only Sync&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1343" class="externalLink"&gt;Sync Services for ADO.NET v2 - Adapter Builder&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1200" class="externalLink"&gt;SQL Express Client Synchronization Sample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=949" class="externalLink"&gt;Sync Framework Tutorial&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=849" class="externalLink"&gt;Producing and Consuming FeedSync Feeds using Sync &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>liam</author><pubDate>Thu, 14 Aug 2008 20:19:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080814P</guid></item><item><title>UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK and are meant to show the concepts of the Microsoft Sync Framework.   Each of the samples use the the SQL MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0&amp;#42; &lt;br /&gt;This sample illustrates explicit transactioning &amp;#40;batched instead of per-update&amp;#41; and the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern over WCF.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;</description><author></author><pubDate>Thu, 14 Aug 2008 20:19:05 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK and are meant to show the concepts of the Microsoft Sync Framework.   Each of the samples use the the SQL MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. &lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0&amp;#42; &lt;br /&gt;This sample illustrates explicit transactioning &amp;#40;batched instead of per-update&amp;#41; and the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern over WCF.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;</description><author></author><pubDate>Thu, 14 Aug 2008 20:17:48 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>CREATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1411</link><description>These C&amp;#35; samples are meant to show the concepts of the Microsoft Sync Framework.  Included on this page are three separate samples that are based on the v 1.0 release of Sync Framework SDK.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Metadata Store v1.0&amp;#42;&lt;br /&gt;This sample is meant to show the concepts of the Microsoft Sync Framework. This sample uses the MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 RCA with Metadata Store v1.0&amp;#42; &lt;br /&gt;This sample is meant to show the concepts of the Microsoft Sync Framework. This sample uses the MetadataStore database as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three data stores are use to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. This sample also illustrates explicit transactioning &amp;#40;batched instead of per-update&amp;#41; and the &amp;#34;remote change application&amp;#34; &amp;#40;RCA&amp;#41; pattern over WCF.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;Sync101 with Change Units&amp;#42;&lt;br /&gt;This sample is meant to show the concepts of the Microsoft Sync Framework. This sample uses the MetadataStore as store for the metadata information for each replica database. This greatly simplifies the logic required to implement data synchronization between data stores. In this sample three in memory data stores are used to show how data collaboration can be accomplished and how the Sync Framework helps to minimize P2P complexities such as data conflicts &amp;#47; resolution and data deletions. This sample illustrates how a data store can use change units to partition data and send only data that has changed. This sample also illustrate explicit transactioning &amp;#40;batched instead of per-update&amp;#41;.&lt;br /&gt;</description><author></author><pubDate>Thu, 14 Aug 2008 20:15:34 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Sync 101 - Getting Started with Sync Framework v1 (Aug 14, 2008) 20080814P</guid></item><item><title>NEW POST: The type or namespace name 'SqlCeMetadataStore' could not be found</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=606</link><description>&lt;div class="wikidoc"&gt;
Fixed this by simply changing SqlCeMetadataStore to SqlMetadataStore :)&lt;br /&gt;
&lt;/div&gt;</description><author>DannyT</author><pubDate>Thu, 14 Aug 2008 15:48:28 GMT</pubDate><guid isPermaLink="false">NEW POST: The type or namespace name 'SqlCeMetadataStore' could not be found 20080814P</guid></item><item><title>NEW POST: The type or namespace name 'SqlCeMetadataStore' could not be found</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=606</link><description>&lt;div class="wikidoc"&gt;
I've just downloaded the latest MSF and the getting started tutorial Sync101, i've updated the references for Microsoft.Synchronization and Microsoft.Synchronization.MetadataStorage but now it appears there is no such class as SqlCeMetadataStore. Is this a change that needs updating or have I missed something?&lt;br /&gt;
&lt;/div&gt;</description><author>DannyT</author><pubDate>Thu, 14 Aug 2008 15:42:23 GMT</pubDate><guid isPermaLink="false">NEW POST: The type or namespace name 'SqlCeMetadataStore' could not be found 20080814P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/sync/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Microsoft Sync Framework Samples&lt;/b&gt;&lt;br /&gt;Introducing the Microsoft Sync Framework &amp;#8211; a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.
&lt;br /&gt; &lt;br /&gt;This resource page includes a number of samples of the Microsoft Sync Framework a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Current Samples&lt;/u&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=615" class="externalLink"&gt;Sync101 - Getting Started with Sync V1.0 CTP2 &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=613" class="externalLink"&gt;Contact Synchronization Sample - Outlook Sync&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1344" class="externalLink"&gt;Sync Services for ADO.NET v2 - Download Only Sync&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1343" class="externalLink"&gt;Sync Services for ADO.NET v2 - Adapter Builder&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=1200" class="externalLink"&gt;SQL Express Client Synchronization Sample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=949" class="externalLink"&gt;Sync Framework Tutorial&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- &lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&amp;amp;ReleaseId=849" class="externalLink"&gt;Producing and Consuming FeedSync Feeds using Sync &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>liam</author><pubDate>Tue, 12 Aug 2008 23:11:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080812P</guid></item><item><title>NEW POST: Where clause looks for binary data in bigint variable</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=582</link><description>&lt;div class="wikidoc"&gt;
Nevermind. I should have done additional digging before posting my initial comment. I haven't used timestamp data fields much in the past. I knew that you could only have a single timestamp column in a table, but I was unfamiliar with @@DBTS which sets the value to a timestamp value. What really threw me though was the fact that the value of create_timestamp  was set to @@DBTS+1. What that means in practice is that a timestamp field that looks like this (0x0000000000001771) becomes this (6002) when 1 is added. That transition is confusing. Anyway, I see that the code works, but I still need to learn some things about timestamps.&lt;br /&gt;
&lt;/div&gt;</description><author>dellis</author><pubDate>Wed, 06 Aug 2008 21:28:27 GMT</pubDate><guid isPermaLink="false">NEW POST: Where clause looks for binary data in bigint variable 20080806P</guid></item><item><title>NEW POST: Where clause looks for binary data in bigint variable</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=582</link><description>&lt;div class="wikidoc"&gt;
In the latest code sample, in the scripts, an orders table is created and the field create&lt;i&gt;timestamp is created as a bigint. Later in the same script, a stored proc named sp&lt;/i&gt;orders&lt;i&gt;incrinserts is created with 2 values passed in - @sync&lt;/i&gt;last&lt;i&gt;received&lt;/i&gt;anchor binary(8) and @sync&lt;i&gt;new&lt;/i&gt;received&lt;i&gt;anchor binary(8). The values are true timestamp values. sp&lt;/i&gt;orders&lt;i&gt;incrinserts performs a select where it looks for a value in create&lt;/i&gt;timestamp is searched for that lies between the two timestamp values. Since create_timestamp is a bigint and not a timestamp, how is this supposed to return valid data?&lt;br /&gt;
&lt;/div&gt;</description><author>dellis</author><pubDate>Wed, 06 Aug 2008 20:46:49 GMT</pubDate><guid isPermaLink="false">NEW POST: Where clause looks for binary data in bigint variable 20080806P</guid></item><item><title>CREATED RELEASE: Sync Services for ADO.NET v2 - Download Only Sync (Jul 31, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1344</link><description>This sample demonstrates two-tier download-only synchronization using Microsoft Sync Services for ADO.NET v2.0. The sample solution is composed of two projects&amp;#58; Client, which includes the UI form, data access code, and synchronization agent code for Sync Services&amp;#59; and SampleServerSyncProvider, which includes server synchronization provider code for Sync Services. For more information, see the code comments that are included in each file.&lt;br /&gt;&lt;br /&gt;&amp;#42;Requirements&amp;#42;&lt;br /&gt;&amp;#42; VS 2008 SP1&lt;br /&gt;&amp;#42; SQL Server 2008&lt;br /&gt;&amp;#42; Sync Services for ADO.NET v2&lt;br /&gt;</description><author></author><pubDate>Thu, 31 Jul 2008 18:56:54 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Sync Services for ADO.NET v2 - Download Only Sync (Jul 31, 2008) 20080731P</guid></item><item><title>CREATED RELEASE: Sync Services for ADO.NET Adapter Builder (Jul 31, 2008)</title><link>http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1343</link><description>This sample utility demonstrates how to create synchronization commands by using the SqlSyncAdapterBuilder in Microsoft Sync Services for ADO.NET v2. The sample solution is composed of one project that includes the UI form, data access code, and SqlSyncAdapterBuilder code. &lt;br /&gt;&lt;br /&gt;The SqlSyncAdapterBuilder is typically used at run time to generate synchronization commands, which are in the form of SQL queries. This provides an alternative to writing these commands manually at design time. In this sample, we use the SqlSyncAdapterBuilder to output synchronization commands. You can output commands that work with SQL Server change tracking &amp;#40;available in SQL Server 2008&amp;#41; or a custom change tracking system. Running this application enables you to see how the commands are structured, and to copy those commands for use in applicatons where you will specify commands manually. For more information, see the code comments that are included in the AdapterBuilder file and Sync Services Books Online.&lt;br /&gt;&lt;br /&gt;&amp;#42;Requirements&amp;#42;&lt;br /&gt;&amp;#42; VS 2008 SP1&lt;br /&gt;&amp;#42; SQL Server 2008&lt;br /&gt;&amp;#42; Sync Services for ADO.NET v2&lt;br /&gt;</description><author></author><pubDate>Thu, 31 Jul 2008 18:54:26 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Sync Services for ADO.NET Adapter Builder (Jul 31, 2008) 20080731P</guid></item><item><title>NEW POST: Imported projuect c:\microsoft.visualbasic.targets. not found</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=561</link><description>&lt;div class="wikidoc"&gt;
that about says it.  I can't load the getting started with vb demo project....&lt;br /&gt;
&lt;/div&gt;</description><author>alexhiggins732</author><pubDate>Mon, 28 Jul 2008 16:38:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Imported projuect c:\microsoft.visualbasic.targets. not found 20080728P</guid></item><item><title>NEW POST: Invalid Cast error - What is latest Microsoft.Synchronization version?</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=486</link><description>&lt;div class="wikidoc"&gt;
I am getting the same error.  Is there any resolve to this issue?  I had the sample working fine until I updated the version of the assembly.  When I updated I removed the version 1 and installed version 2.  Then started getting the error.&lt;br /&gt;
&lt;/div&gt;</description><author>treybe</author><pubDate>Wed, 09 Jul 2008 15:36:05 GMT</pubDate><guid isPermaLink="false">NEW POST: Invalid Cast error - What is latest Microsoft.Synchronization version? 20080709P</guid></item><item><title>NEW POST: Invalid Cast error - What is latest Microsoft.Synchronization version?</title><link>http://code.msdn.microsoft.com/sync/Thread/View.aspx?ThreadId=486</link><description>&lt;div class="wikidoc"&gt;
When I attempt to run the SQLExpressProviderSample I get the following error on line 73 in SqlExpressProviderSample.SyncEngine.cs.&lt;br /&gt; &lt;br /&gt;&amp;quot;Microsoft.Synchronization.Data.ClientSyncProvider&amp;quot;}&lt;br /&gt;    &lt;a href="http://code.msdn.microsoft.com/sync/Wiki/View.aspx?title=System.InvalidCastException"&gt;System.InvalidCastException&lt;/a&gt;: Microsoft.Synchronization.Data.ClientSyncProvider&lt;br /&gt;    Data: {System.Collections.ListDictionaryInternal}&lt;br /&gt;    HelpLink: null&lt;br /&gt;    InnerException: null&lt;br /&gt;    Message: &amp;quot;Microsoft.Synchronization.Data.ClientSyncProvider&amp;quot;&lt;br /&gt;    Source: &amp;quot;Microsoft.Synchronization.Data&amp;quot;&lt;br /&gt;    StackTrace: &amp;quot;   at Microsoft.Synchronization.SyncAgent.set&lt;i&gt;LocalProvider(SyncProvider value)\r\n   at SQLExpressProviderSample.SyncEngine.Synchronize() in C:\\dload\\MS Sync Framework\\SqlExpressClientSyncProvider\\SQLExpressProviderSample\\Sample\\SyncEngine.cs:line 73\r\n   at SQLExpressProviderSample.SyncForm.buttonSynchronize&lt;/i&gt;Click(Object sender, EventArgs e) in C:\\dload\\MS Sync Framework\\SqlExpressClientSyncProvider\\SQLExpressProviderSample\\Sample\\SyncForm.cs:line 110&amp;quot;&lt;br /&gt;    TargetSite: {Void set_LocalProvider(Microsoft.Synchronization.SyncProvider)}&lt;br /&gt; &lt;br /&gt;When I initially installed the CTP2 and opened this sample the Microsoft.Synchronization reference had an exclamation mark indicating an invalid reference.  I removed the reference and re-added a reference to the assembly found in my GAC.  I have the following version on my Vista x32 workstation:  Microsoft.Synchronization, version 0.94.1142.0&lt;br /&gt; &lt;br /&gt;I installed the following packages (in this order) when trying to set up the framework:&lt;br /&gt;CTP2SyncSetup_x86.exe&lt;br /&gt;CTP2SyncServicesADO_x86.msi&lt;br /&gt; &lt;br /&gt;Is this the proper version of the Microsoft.Synchronization assembly for the sample?&lt;br /&gt;
&lt;/div&gt;</description><author>ClarityDon</author><pubDate>Sun, 29 Jun 2008 22:07:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Invalid Cast error - What is latest Microsoft.Synchronization version? 20080629P</guid></item></channel></rss>