For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > October 2005 > Smartphone issue









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Smartphone issue
Bijaya Kumar pathia

2005-09-29, 7:58 am

Respected developers,
I am working in visual studio compact framework
I have recently installed Smartphone 2003 second edition in my developing
computer
when I am giving a webrequest to a webserver from my program and run it in
the smartphone 2003 second edition emulator it gives an error message "An
unhandled exception of type 'System.Net.WebException' occurred in System.dll"
But when the same program is running in Smartphone 2003 emulator it runs
without giveing error message

my code is

HttpWebRequest
req=(HttpWebRequest)WebRequest.Create("http://www.microsoft.com");
HttpWebResponse res=(HttpWebResponse)r.GetResponse();



riki

2005-10-14, 3:58 am

Bijaya Kumar pathia wrote:
> Respected developers,
> I am working in visual studio compact framework
> I have recently installed Smartphone 2003 second edition in my developing
> computer
> when I am giving a webrequest to a webserver from my program and run it in
> the smartphone 2003 second edition emulator it gives an error message "An
> unhandled exception of type 'System.Net.WebException' occurred in System.dll"
> But when the same program is running in Smartphone 2003 emulator it runs
> without giveing error message


the compact framework forum might be more help:

microsoft.public.dotnet.framework.compactframework

riki

You don't steer this thing through a corner so much as hold on and pray.
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
By Day: http://www.EmbeddedFusion.com
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com