Smartphone Emulator and Network Connection??

  • Thread starter Thread starter Pocket Rocket
  • Start date Start date
P

Pocket Rocket

I am using the .Net Compact Frameworka nd Visual Studio.Net 2003 to develop
an application for Smartphone. I am able to deploy to the Visual Studio.Net
2003 Smartphone emulator if my computer (laptop) is connected to the
network. The deploy fails if my computer is not connected to a network. I
know Emulator uses TCP/IP for its connection. But how can get around this
problem? Thanks for your help.

PR
 
PR,

Just set up the Microsoft Loopback Adapter and enable it when you don't have
a real network connection.
 
Back
Top