|
-
May 7th, 2005, 10:03 AM
#1
Thread Starter
New Member
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.
-
May 7th, 2005, 11:49 AM
#2
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
 
-
May 11th, 2005, 03:17 AM
#3
Thread Starter
New Member
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.
-
May 11th, 2005, 11:21 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|