hello
I am developed application for order management in restaurant with pda. We used socket programming for code. but at the pda end it does not performed .please help me what should to do?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Master BillaPosted Oct 31, 2009, 10:41 PM
Socket programming its little tricky in .NET CF , the reason is you may don't have direct method to like .NET framework. Since you need access P/Invoke.
But basic method and properties there.
1. You check have closed connection correctly
2.Check you are disposing object in proper manner
3.when you connection to server, you use the IP address and Port in when you are really need only.
And check this book to get more proper information about Socket programming in .NET CF
http://books.google.com/books?id=T0H_fHP8wpgC&pg=PA571&lpg=PA571&dq=socket++programming+in+.net+cf&source=bl&ots=h2HF-anjnM&sig=vzaPhSphL92qPaSIgWMM6lBdRkg&hl=en&ei=TPTsSsufNoeVkAWX3IieDw&sa=X&oi=book_result&ct=result&resnum=10&ved=0CCkQ6AEwCQ#v=onepage&q=&f=false
If it's help ,Please mark as Answer
Thank you