Network & Internet Connection in Device Emulator

Hi,

I facing a problem to connect device emulator to local area network and internet. I manually set the ip, subnet, gateway and dns for NE Network adapter, However i still couldn't connect to network.

My enviroment as below:
- Running on Virtual PC SP1 
- Host OS - Windows XP SP2
- Guest OS - WIndows XP SP2
- Host Network Adapter - VIA Rhine II Fast Ethernet Adapter
- Device Emulator - Pocket PC 2003 2nd Edition
- Visual Studio.NET 2005 Beta 2


Anything i need to take care of with enviroment above

Thanks and your help is much appreciate!


Regards
SingWei



Answer this question

Network & Internet Connection in Device Emulator

  • RKumarB

    Do i need ActiveSync Version 4 in order to work with device emulator in VS2005 Beta 2




  • Peter Gadsby

    Hi Carl,

    I able to make it work using loopback adapter and internet connection sharing approach. thanks.

  • ICantThinkOfAGoodOne

    The driver which provides the network for the device emulator does not allow traffic to be routed outside of the VPC directly.  In order to access ressources outside of the VPC, you have two solution.  The easier one consist of connecting the emulator through Activesync using the device emulator manager.  This tool is started from VS's "Tools" menu and you can cradle any device emulator with it.  In the "connection settings" in activesync, DMA has to be selected and enabled.  To make sure all traffic goes through activesync, in the network pane of the emulator configuration dialog, disable the NE2000 emulation by unchecking the checkbox. 
    You also have to set up the network access on the pocket pc.  In settings, connections, connections, you can set up your connections.  In advanced, you can choose networks.  Since you are in a VPC, I suggest you select the “My work connection” connection.  You also need to go into the proxy settings of the connections and check “this connection connects to the internet”.  This would also be the place to enter your proxy information if you need any.

    This should give you access to your network ressurces. 

    The second way involves installing the loopback adapter, binding the emulator to that adapter and creating a bridge between the 2 connections or using internet sharing on these adapters.


  • Network & Internet Connection in Device Emulator