Click here to Skip to main content
15,910,130 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we are developing a project of mobile navigator system.Mobile navigator system is basicallyn used to search places and locations from the maps available at mappoints.we are using here c#.After debugging in visual studio 2008 proffesional edition in smrt phone emulator 2003,connection is not establishing.here how to connect emulator with network....plz help :)
Posted

1 solution

I'm not entirely sure of what you're asking, but I think you're looking for a way to turn on network connectivity in the Emulator?

What you need to do is in you emulator window select File, Configure..., Network tab and then Enable a network card to be used by your emulator.
This will use one of the network cards of your host box and let the emulator use this. This allows the emulator to connect to the host box using sockets for example or indeed to the internet using the browser on the emulator.

Hope this helps.
 
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