.NET CF and Internet connections with GPRS etc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm having major problems with my XDA IIs (HTC Blueangel) when trying to run
a program i wrote which connects to the internet. I used to have an XDA 1 and
it ran fine on that, connecting to the gprs instantly with no problems. The
new XDA runs windows mobile 2003, where as the old xda ran pocket pc, there
seems to have been some kind of change which has stopped my program being
able to connect.

However, on my XDA IIs, while the device can connect to the internet, my
program can not make this connection, either through the cradle or by GPRS,
it just hangs trying to connect but never does.

Does anyone have any ideas what could be causing this? The software is based
on Microsoft's .NET CF platform and is trying to (but failing) to make any
kind of connection to the internet.


Many Thanks,

James
 
What are you doing when it hangs? What P/Invoke are you calling? Or what
operation in managed code are you performing?

Paul T.
 
Back
Top