Results 1 to 4 of 4

Thread: server app in ppc 2002 emulator

  1. #1
    New Member
    Join Date
    May 05
    Posts
    2

    server app in ppc 2002 emulator

    Hi !!!!
    I run the server application (smart device application written in C# , VS Studio .NET 2003) in Pocket PC 2002 emulator , where server socket is listening on some port for incomming connections. When I run client application on my desktop pc , it tries to establish connection with my server which runs in Pocket PC 2002 emulator , the client cannot establish connection with my server ,and exception of type 'System.Net.Sockets.SocketException' occurs in system.dll . But when server with same code runs on desktop pc , client establishes connection with server succesfully.Is the problem from pocket pc 2002 emulator ?
    Thanks.

  2. #2
    Loquacious User Shaggy Hiker's Avatar
    Join Date
    Aug 02
    Location
    Idaho
    Posts
    20,401

    Re: server app in ppc 2002 emulator

    According to the documentation I have read (it may have come from a book), you can't have the PPC end be the server. It can't listen to a port, and thus has to be the client.
    My usual boring signature: Nothing

  3. #3
    New Member
    Join Date
    May 05
    Posts
    2

    Re: server app in ppc 2002 emulator

    Dear Shaggy Hiker , thank you for response.
    Is there a site from where I can read the documentation.
    Thank you very much.

  4. #4
    Loquacious User Shaggy Hiker's Avatar
    Join Date
    Aug 02
    Location
    Idaho
    Posts
    20,401

    Re: server app in ppc 2002 emulator

    You don't have to be so formal around here.

    The more I think about it, the more I think that I got that info from a book. Quite frankly, I feel that the documentation for the Compact Framework is fairly poor at this time. I have not searched MSDN on that specifically, though it would be a good place to look. As for online resources, you might search for CodeProject, but I have not gone looking for much.
    My usual boring signature: Nothing

Posting Permissions

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