Click here to Skip to main content
15,917,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have developed an application for window mobile 5 and now I want to connect to the internet.
I dont know how to connect to internet to emulator, my work has stopped, please help me.

Many thanks in advance.
Posted
Updated 8-Nov-10 21:42pm
v2
Comments
Dalek Dave 9-Nov-10 3:42am    
Edited for Grammar and Readability.

hello ;

When you start an emulator, it does not connect to the internet automatically. What you need to do is to
1. Open the Device Emulator Manager from the Tools menu of Visual Studio.
2. Right click on the emulator you use and then select "cradle".

After that you will see a notification in the emulator indicating that it has been connected to the internet.

More details can be found here:
Visual Studio 2005 Device Emulator and Internet Connectivity
Link[^]regards..
 
Share this answer
 
"If you want to connect to the Device Emulator over the TCP/IP transport and you do not have an Ethernet connection with an active DHCP server on the development workstation, you must install the Microsoft Loopback Adapter."

Instructions can be found here[^] :)
 
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