TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tomas Beranek
NA
1
0
Socket problem with Poll
Feb 13 2007 6:46 AM
Hi,
I am trying to connect my PPC app to server running on PC, but after calling Connect on the Socket, Poll always returns an error:
if (this.serverSocket.Connected)
{
bool connectionError = this.serverSocket.Poll(-1, SelectMode.SelectError) ;
...
I am using ActiveSync 4.2 and my iPaq is connected via USB cable.
Could someone please tell me how to find out the exact cause of this error (where to find some error code etc)? Thanks.
Reply
Answers (
0
)
Problem on Migrating from .net 1.1 to .net 2.0
Making form full screen in windows mobile ce 5.0 c# application