If you have trouble with connecting to the internet with emulator, and you also tried Active Sync or Windows Mobile Device Center, there is a better way to do it, which worked perfectly for me.
Source:
http://www.xdevsoftware.com/blog/post/Enable-Network-Connection-Windows-Mobile-6-Emulator.aspx
Steps How I Enabled Internet Connection on the Emulator:
- Downloaded and install Virtual PC 2007 (this is because it has to install some driver for the network card to work for the emulator)
- Open Windows Mobile Device Center and allow DMA connections.
this can be done by going to Mobile Device Settings ->Connection Settings -> Allow Connections to one of the following -> Select DMA
- Opened Visual Studio and opened my mobile app
- In the toolbar selected Device Options Icon (located next to dropdown with the emulators to select from)
- Under Device Tools -> Devices I selected my Windows Mobile 6 Pro Emulator then clicked on Properties
- Clicked Emulator Options
- Select the Network Tab
- Checked the first box (enabled NE2000 PCMCIA network adapter and bind to:)
- Selected the name of my network card
- Ran the emulator by running the application
- Went to Connection Settings in the Emulator
Start -> Settings -> Connections Tab -> Connections -> Advanced Tab -> Select Networks -> Choose My Work Network for both drop downs
That should do it to get internet going on your emulator. Quite a few steps to get on the Internet, but oh well.