Click here to Skip to main content
15,914,500 members
Home / Discussions / Mobile
   

Mobile

 
QuestionAutocomplete combobox Pin
feuch218-Mar-06 8:38
feuch218-Mar-06 8:38 
QuestionWM5 problem Pin
mav_erick7-Mar-06 20:43
mav_erick7-Mar-06 20:43 
Question.NET CF 2.0 COM/COM+ Access Pin
Seraphin6-Mar-06 22:11
Seraphin6-Mar-06 22:11 
QuestionPredelivery of DRM licence on Pocket PC Pin
mrazi6-Mar-06 20:27
mrazi6-Mar-06 20:27 
QuestionHow do I get rid of the simulated keypad? Pin
Jethro633-Mar-06 9:55
Jethro633-Mar-06 9:55 
AnswerRe: How do I get rid of the simulated keypad? Pin
Jonas Larsson5-Mar-06 21:49
Jonas Larsson5-Mar-06 21:49 
AnswerRe: How do I get rid of the simulated keypad? Pin
jw_barber3-May-06 16:53
jw_barber3-May-06 16:53 
Question"cannot establish connection to network" exception Pin
amresawy2-Mar-06 10:04
amresawy2-Mar-06 10:04 
hi all,i'm creating a mobile appliction with ms vs2005 release edition, im using a webservice from www.webservicex.com and i get the exception with the details :

Status :System.Net.WebExceptionStatus.ConnectFailure

System.Net.WebException was unhandled
Message="Could not establish connection to network."
StackTrace:
at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke()
at DeviceApplication2.net.webservicex.www.lengthUnit.ChangeLengthUnit()
at DeviceApplication2.Form1.button1_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DeviceApplication2.Program.Main()

&here's my code:

private void button1_Click(object sender, EventArgs e)
{

net.webservicex.www.lengthUnit l = new
DeviceApplication2.net.webservicex.www.lengthUnit();
double x = l.ChangeLengthUnit(120, DeviceApplication2.net.webservicex.www.Lengths.Feet, DeviceApplication2.net.webservicex.www.Lengths.Meters);
MessageBox.Show(x.ToString());

}



please tell me where is the error (i'm deploying it using the device emulator and the active sync program)
AnswerRe: "cannot establish connection to network" exception Pin
Vasudevan Deepak Kumar2-Mar-06 20:33
Vasudevan Deepak Kumar2-Mar-06 20:33 
Question"unable to connect to remote server"error Pin
amresawy2-Mar-06 7:28
amresawy2-Mar-06 7:28 
AnswerRe: "unable to connect to remote server"error Pin
Vasudevan Deepak Kumar2-Mar-06 20:34
Vasudevan Deepak Kumar2-Mar-06 20:34 
QuestionChanging color of components and system. Pin
Fernando A. Gomez F.2-Mar-06 5:53
Fernando A. Gomez F.2-Mar-06 5:53 
AnswerRe: Changing color of components and system. Pin
Jonas Larsson3-Mar-06 0:49
Jonas Larsson3-Mar-06 0:49 
GeneralRe: Changing color of components and system. Pin
Fernando A. Gomez F.3-Mar-06 4:04
Fernando A. Gomez F.3-Mar-06 4:04 
GeneralRe: Changing color of components and system. Pin
Jonas Larsson3-Mar-06 4:30
Jonas Larsson3-Mar-06 4:30 
QuestionDeleting registry keys after uninstall on a .NETCF app Pin
dapoussin28-Feb-06 23:16
dapoussin28-Feb-06 23:16 
QuestionRAS Client on WinCE mobil device Pin
kstoj28-Feb-06 5:40
kstoj28-Feb-06 5:40 
QuestionScreen Shot Pin
Polymorpher27-Feb-06 13:03
Polymorpher27-Feb-06 13:03 
AnswerRe: Screen Shot Pin
Jonas Larsson28-Feb-06 3:40
Jonas Larsson28-Feb-06 3:40 
AnswerRe: Screen Shot Pin
JimRoss2-May-06 12:06
JimRoss2-May-06 12:06 
QuestionContextMenu problem in Compact Framework? Pin
pmasknguyen27-Feb-06 6:02
pmasknguyen27-Feb-06 6:02 
Questionhandwriting recognition API Pin
hellrom26-Feb-06 6:08
hellrom26-Feb-06 6:08 
AnswerRe: handwriting recognition API Pin
Vasudevan Deepak Kumar1-Mar-06 22:46
Vasudevan Deepak Kumar1-Mar-06 22:46 
QuestionLogin Session ASP.NET Pin
oskardiazdeleon25-Feb-06 22:41
oskardiazdeleon25-Feb-06 22:41 
QuestionControl for Binding Text and Value using .NET Compact 2.0 Pin
VenkataRamana.Gali24-Feb-06 11:03
VenkataRamana.Gali24-Feb-06 11:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.