Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a smartdevice project in VS 2008 C# which invoke web service that is hosted on another PC.
If i deploy the smartdevice project and try to access web service in device, it throws error "unable to connect to remote server".

I have performed all the step such as
I have connected device with USB.
In VS 2008 IDE :
Tools=> Connect to device =>Platform Windows CE => Connection Succeeded.

Do i need to configure network connection with desktop pc using programming ?
If yes, then how to configure ?

Please anyone have solution, then help me.

Thanks
Posted

1 solution

I got the solution.
There is no any programming for network configuration to access web services from windows mobile CE device.

The solution is simple.You need to make settings in mobile device.

Here is a steps..
In a device ( Windows Embedded CE 6.0 Device )

1. Go to control panel.
2. Select Internet Option
3. Go to Connection Tab.
4. Check option "Use LAN(no autodial)"
5. Uncheck all other options if it is checked.
6. Click Ok.

Now you can access your web services.
Even you can use internet on the device.




Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900