Haider Ali
Haider Ali

Reputation: 2795

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.

I was looking for "how to sync" my local database with a central database; and I got Microsoft Sync framework. But all tutorials and blogs pinpoint visual studio 20110 and MS SQL Server 2008. That is quite old now.

I followed this article. But in Visual Studio 2013 Local Database Cache is not supported. I don't know how can I use MS Sync framework with visual studio 2013

Please provide any solution that works for sync in visual studio 2013 with MS SQL server 2012 Express.

Upvotes: 0

Views: 1012

Answers (1)

JuneT
JuneT

Reputation: 7860

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. The SDK documentation itself has walkthroughs on how to do the sync.

Upvotes: 1

Related Questions