Hi everybody!
I 'm new to the windows mobile world, so excuse if this is a stupid question.
I managed to create an windows mobile device application in which i use Sync services (to sync to the central DBMS which is hosted on the development PC). Sync services are using a WCF service to implement syncing. This project has successfully been deployed
to the Emulator and to a HTC mobile phone.
To make use of the sync services both devices were "cradled in" (and everything worked fine). Since this is a mobile application i thought to unplug the real device (HTC) and try to sync, the result: i got a runtime error.It clearly has to do with
the fact that the device is cradled in or not.
The setup of the (small) network i have is:
Pirelli Router (... funny that Pirelli manufactures electronic parts)
Laptop (gets an IP from the Router)
Windows Mobile device (HTC) (gets an IP from the router)
Pinging from the laptop to all the devices works fine, but it seems impossible to get an address like the following resolved if the device is not cradled in:
http://192.168.1.2:8731/MySyncService/
What m i doing wrong? what do i miss?
Thanks in advance