Asked by:
SYnchronization related

Question
-
Hello!
As per my application i m using Synch framework 2.1,WCF and sql server 2008
I am trying to synchronize database but when i am trying to synchronize it in two machine which has XP as operating system it works fine But when i try to synchronize same database but 1 machine has windows 7 as operating system and other has XP asoperating system my WCF is hosted there in windows 7 machine.
I am using windows 7 machine as server .
it will through following error in END SESSION
i have also make sure that my windows 7 machine and other machine has same synch framework SDK 2.1 86x installed
Please solve this problm
thanks in advance
Wednesday, June 15, 2011 8:07 AM
All replies
-
make sure that the target platform of your application matches the sync framework platform you installed.
- Edited by JuneT Wednesday, June 15, 2011 8:40 AM
Wednesday, June 15, 2011 8:24 AM -
I have tested my target machine has installed sync framework 1.2 86x and same in other machineWednesday, June 15, 2011 8:35 AM
-
right click your project properties in visual studio, click on the build tab, check that the platform target is x86 as well.Wednesday, June 15, 2011 8:40 AM