Problem with sync service publishing.
-
Thursday, February 09, 2012 5:35 PM
I’m working with the “ListService” example or tutorial “Creating and Consuming a WCF Sync Service” that shows you how to create the ListService. I’m working with Visual Studio 2010. I follow the tutorial and I can run the application locally in visual studio. I can also just view the service in visual studio locally. I try publishing the application to our web server and when I just try browsing the service I get the following error.
Request Error
The server encountered an error processing the request. See server logs for more details.
The server is a Windows 2008 r2 enterprise installation.
I’m new to creating a sync server and the error is not very descriptive. I’m not sure where to fine the server logs so I might get more information. Has anyone else followed the example and run into this error and fixed it?
David Humphreys
All Replies
-
Friday, February 10, 2012 12:56 AMModerator
have you checked if you have installed Sync Framework on the server?
have you tried checking the items here?
http://msdn.microsoft.com/en-us/library/gg299045(v=sql.110).aspx
-
Friday, February 10, 2012 1:08 AM
That was my problem. I had to install the Synchronizationv2.1.msi and Database Providerv3.1.msi on the server.
David Humphreys
- Proposed As Answer by JuneTMVP, Moderator Friday, February 10, 2012 5:36 AM

