Help!!!

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

Guest

Hello,

I want to connect to a server from my application using RDA.
I am testing my application on the emulator.
When I use pocketIE to connect to the virtual directory, it works, but when
I run my application it gives me an error that i am unable to have an
internet connection.

Please what could be the reason? and how to solve it?
I am running out of time.

Thank you,
Philip.
 
Next time, pls quote problem in subj, as "Help" is for sure meaningless.
Without code snippet it's harde to figure out what problem can be... are you
sure to address the correct virtual dir?
 
I ran into this same problem when I used the Northwind pocket service sample
application. The sample code had an exception handler for a non-existant
internet connection. When you run your application through the emulator in
debug mode, this check fails!

If this is happening when you debug on the device, then something else is
really wrong!
 
Back
Top