G
Guest
I am working on a server client asyn. socket communication via TCP in pocketPC
the program is successfully compiled
and the server and the client is successfully connected
However, when the program execute the command:
Sock.Send( byteDateLine, byteDateLine.Length, 0 );
An exception is caught:
System.InvalidOperationException:InvalidOperationException
What is the problem?
the program is successfully compiled
and the server and the client is successfully connected
However, when the program execute the command:
Sock.Send( byteDateLine, byteDateLine.Length, 0 );
An exception is caught:
System.InvalidOperationException:InvalidOperationException
What is the problem?