Database Sync: SQL Server and SQL Compact N-Tier with WCF

Shows how to use the Sync Framework 2.1 database providers to configure and execute synchronization between a SQL Server database and one or more SQL Server Compact databases. This sample demonstrates syncing with a central server as well as between two clients.

C# (92.7 KB)
 
 
 
 
 
(2)
4,187 times
Add To Favorites
3/14/2011
E-mail Twitter del.icio.us Digg Facebook
Sign in to Ask a Question


  • How to deploy this service to IIS 7.5
    1 Posts | Last Post August 09, 2012
    • Could someone please provide steps required to deploy these services to IIS 7.5. I keep getting the following error when I attempt to access the service as http://localhost/svc_HazTrackOCA/WebSyncContract.SqlWebSyncService.svc.
      
      The type 'WebSyncContract.SqlWebSyncService', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found.
      
      There are a number of topics online which show the steps to deploy a WCF service but none that I have found describe how to set this one up.
      
      Thanks,
  • How to deploy publish the service seperately?
    1 Posts | Last Post June 29, 2012
    • I have worked with WCF services in the past but this one is structured differently that the ones I have created...there are no .svc files, until the service is published. 
      I am having difficulty connecting to the service when trying to add it as a Service Reference to the WebSharingApp Demo. (I am trying to replicate the way my final project will be structured so, I want to seperate the projects from one another and reference them like I will my final project).
      I have published the WebSyncContract project to c:\Inetpub\wwwroot\TestingService, and I would expect the connection string to be something like http://localhost/TestingService/SqlWebSyncService.svc or http://localhost/TestingService/WebSyncContract.SqlWebSyncService.svc but, neither of these is working. 
      I don't know if this is an actively monitored project any more but, can you advise?
      
      Thanks for whatever deployment advice you can give.
  • Does not work on VS 2010 out of the box
    1 Posts | Last Post April 04, 2012
    • This is an old solution based on .net 3, VS 2008