UDP won't receive on PDA ?

M

Matt James-Wallace

I can get two applications to talk directly to each other from desktop to
desktop using the example code from the "Microsoft Quickstart Tutorials"..
(I was using the VB chat.exe to test.)

I cut and paste some of the code into an application for my PDA and it sends
everything fine.
I can 'see' the data using both the chat application tutorial and also on
another app I wrote in VB6 using the winsock control.

What I can't seem to do - no matter what - is the reverse.
i.e. Get the mobile application to get past the UDPclient.Receive
statement.

I'm using the same code as per the proven and working Windows Forms
application... ??

Does the Compact Framework possibly have a bug with UDP receiving?

Matt.
 
D

David Kline [MSFT]

Matt,

Are you willing to send me your project so that I can investigate with your
exact code? If so, plz drop me a line and I'll get started. Also, are you
trying to receive on the emulator or an actual device. If device, are you
connected via ActiveSync at the time or are you using a LAN adapter (wired
or wireless).

Thanks!
David Kline
Microsoft .NET Compact Framework
--------------------------------
This posting is provided “AS IS” with no warranties, and confers no
rights.

Please do not send email directly to this alias. This alias is for
newsgroup purposes only. To correspond with me directly, remove the
'online' from
my alias.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top