R
rbfigueira
I am creating one Pocket PC application and i have one
problem ... i work with one firewall !
I have created the pocket PC app on my local machine
(using VS.Net 2003).
When I run it in debug mode (using the Pocket PC 2002
emulator), and click on a button which calls that part,
the following error message appears:
"Unable to connect to the remote server "
I get this error one the line (11):
Line 10 : HttpWebRequest wr = (HttpWebRequest)
WebRequest.Create(_url);
Line 11 : WebResponse resp = wr.GetResponse();
Line 12 : Stream stream = resp.GetResponseStream();
Do I need to set the internet setting on the emulator?
Any thoughts guys?
problem ... i work with one firewall !
I have created the pocket PC app on my local machine
(using VS.Net 2003).
When I run it in debug mode (using the Pocket PC 2002
emulator), and click on a button which calls that part,
the following error message appears:
"Unable to connect to the remote server "
I get this error one the line (11):
Line 10 : HttpWebRequest wr = (HttpWebRequest)
WebRequest.Create(_url);
Line 11 : WebResponse resp = wr.GetResponse();
Line 12 : Stream stream = resp.GetResponseStream();
Do I need to set the internet setting on the emulator?
Any thoughts guys?