Z
Zahid
Hi,
I am having a problem with my PocketPC app with regards
to the UDP communications. Im using UDP to transmit data
back and forth between my PocketPC app and another .Net
app sitting on another PC on the network. This is only
done for testing purposes.
My pocketPC app acts as the listner and picks up data
whilst the other app sends data in bytes.
However I always get the following error message when
trying to execute the code to recieve data:
"The requested address is not valid in its context"
What does this mean?
So strange because when I run exactly the same code in a
standard VB.NET application the communications WORK and i
recieve data.
Could it be that the PocketPC is docked and connected to
my development PC therefore a conflict in IP Address? ie
that my PC uses the same IP Address as the PocketPC
because the PocketPC is connected to it?
How do I solve this?
Thanks in advance.
I am having a problem with my PocketPC app with regards
to the UDP communications. Im using UDP to transmit data
back and forth between my PocketPC app and another .Net
app sitting on another PC on the network. This is only
done for testing purposes.
My pocketPC app acts as the listner and picks up data
whilst the other app sends data in bytes.
However I always get the following error message when
trying to execute the code to recieve data:
"The requested address is not valid in its context"
What does this mean?
So strange because when I run exactly the same code in a
standard VB.NET application the communications WORK and i
recieve data.
Could it be that the PocketPC is docked and connected to
my development PC therefore a conflict in IP Address? ie
that my PC uses the same IP Address as the PocketPC
because the PocketPC is connected to it?
How do I solve this?
Thanks in advance.