简体   繁体   English

如何在Visual Studio 2013中使用MS Sync框架

[英]How to use MS Sync framework with visual studio 2013

I am developing an OCA Windows form application with C# .net 4.5 on Visual studio 2013. 我正在Visual Studio 2013上使用C#.net 4.5开发OCA Windows表单应用程序。

I was looking for "how to sync" my local database with a central database; 我一直在寻找“如何同步”我的本地数据库和中央数据库的方法。 and I got Microsoft Sync framework. 我得到了Microsoft Sync框架。 But all tutorials and blogs pinpoint visual studio 20110 and MS SQL Server 2008. That is quite old now. 但是所有教程和博客都精确地指出了Visual Studio 20110和MS SQL Server2008。这已经很老了。

I followed this article . 我关注了这篇文章 But in Visual Studio 2013 Local Database Cache is not supported. 但是在Visual Studio 2013中,不支持本地数据库缓存。 I don't know how can I use MS Sync framework with visual studio 2013 我不知道如何在Visual Studio 2013中使用MS Sync框架

Please provide any solution that works for sync in visual studio 2013 with MS SQL server 2012 Express. 请提供任何可在Visual Studio 2013中与MS SQL Server 2012 Express同步的解决方案。

The Local Database Cache project item was removed from VS 2013 but there's no stopping you downloading the SDK and coding the Sync stuff yourself. 本地数据库缓存项目已从VS 2013中删除,但您不能停止下载SDK并自行编写Sync内容。 The SDK documentation itself has walkthroughs on how to do the sync. SDK文档本身具有有关如何进行同步的演练。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM