Guest rockrock Posted September 25, 2004 Report Posted September 25, 2004 I want to transmission a message via TCP in PocketPC The program is successfully compiled. While running this command "Sock.Send( byteDateLine, byteDateLine.Length, 0 );" and "InvalidOperationException" is caught What are the suitable reason and how to handle it? Please help me
Guest Peter Foot Posted September 29, 2004 Report Posted September 29, 2004 Have you stepped through with the debugger to ensure your socket is valid and open and your byteDateLine is not null? Peter
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now