Hi,
I have a problem with merge replication between SQL Server and SQL Server Express using web synchronization. When I synchronize, I get error:
The format of a message during Web synchronization was invalid. Ensure that replication components are properly configured at the Web server.
This happens only when the data to be synchronized is higher than some amount. If there were little changes at the subscriber, everything behaves normally.
I have searched for similar problems in forums and found this one to be related: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1402689&SiteID=1
however, there is no .NET Framework 1 in Add/Remove programs in machine that is configured for Web Synchronization(Win2003 Server). And my web application which has replisapi.dll is explicilty configured to use .NET 2.0 framework. And the issue is still there.
What could be the problem?