Dang salesman took my pocket pc so he could demo. I've stayed away from using the emulator because I thought that testing on the real device would be better.

But no I have no choice. My app uses sockets and connects to a server that is on my pc. The emulator, with the loopback adapter installed, works just fine - when I was on the network in the office. The compact framework app was connecting to my machine, whose ip, at work, is 192.168.20.221.

But now that I'm at home, I cannot get the app in the emulator to connect. I tried 127.0.0.1, but I think the emulator is trying to connect to itself.

Any ideas how I can get this to work?

Thanks,
Mike