Results 1 to 3 of 3

Thread: Emulator, loopback adapter and no network

  1. #1

    Thread Starter
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690

    Emulator, loopback adapter and no network

    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

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    you need to use YOUR computers ip address...

    Goto the Run Menu (WIndows Key + R)

    Type "CMD", Press Enter (Dont Type Quotes)

    Type "ipconfig", Press Enter (Dont Type quotes)

    If win9x Type "Winipconfig" in the run menu (dont type quotes)


    it will show you the adapter information and the ip addresses
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  3. #3

    Thread Starter
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    I guess that's my problem. I don't seem to have an IP address when I'm not on the network. When I do ipconfig, it just says Media State.......: Media disconnected.

    When I'm on the network, of course it lists my ip, subnet mask etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width