Re: [mono-android] NameResolutionFailure exception

2012-07-13 Thread diesalher
Sorry for my English not my home lang. In .NET the device shares the internet connection if plugged with USB cable, so, the PC connection is available to the device (ADSL, etc.). I think that Android doesn't do the same, but i'm still a newbie and could be mistaken In my case, My Android device w

Re: [mono-android] NameResolutionFailure exception

2012-06-06 Thread Jonathan Pryor
On Jun 4, 2012, at 4:01 AM, vkMahesh wrote: > I am also facing the same problem. can anyone help me on this? Is this a Debug app or a Release app? On hardware or an emulator? Sanity test: on your target device, open the Browser app and try to go to the URL that is generating a NameResolutionFail

Re: [mono-android] NameResolutionFailure exception

2012-06-05 Thread vkMahesh
Hi All, I am also facing the same problem. can anyone help me on this? Regards, Mahesh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/NameResolutionFailure-exception-tp4439588p5710128.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] NameResolutionFailure exception

2011-06-06 Thread david.chhang
Anyone has a solution ? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/NameResolutionFailure-exception-tp4439588p4458772.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list M

Re: [mono-android] NameResolutionFailure exception

2011-06-01 Thread david.chhang
Me, in fact, i do an internship in a company which use a web service. I must use the Framework already exist to make a Android application. So, I already make a console program in C# to access to the web services, and it works. So, now, I adapt my program to Android and I add the web references wi

Re: [mono-android] NameResolutionFailure exception

2011-06-01 Thread jnmahi
Hi David , What url are you using in add webreference ??? i mean did you try using http://yourmachineipaddress/ webservoice it helps in my scenario -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/NameResolutionFailur

Re: [mono-android] NameResolutionFailure exception

2011-06-01 Thread david.chhang
I try some test and I discover that the method in the web service use Invoke and cause the NameResolutionFailure. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/NameResolutionFailure-exception-tp4439588p689.html Sent from the Mono for Android mailing list archi

Re: [mono-android] NameResolutionFailure exception

2011-06-01 Thread david.chhang
I try to explain clearlier... I want to access to a web service, I have a library called "Tools" and I add my web reference called "WSTest". Now, I want to call a method in my web service. So, I do this : Tools.WSTest.Service s = new Tools.WSTest.Service(); s.version() //Return a string with the

Re: [mono-android] NameResolutionFailure exception

2011-05-31 Thread david.chhang
Me too, I want to use webservice, but it worked in visual studio, now, I adapt my code to work with Android, but maybe I have to configure something to access to internet. I put the manifest called "INTERNET", but it doesn't work. -- View this message in context: http://mono-for-android.1047100.n

Re: [mono-android] NameResolutionFailure exception

2011-05-30 Thread jnmahi
Hi , I was facing same problem earlier ... in my case i was calling an webservice with name localhost or machine name thats why error appear ... i change the url in the webserice reference url i used ip address of my machine it resolves my issue Hope it helps you ..

Re: [mono-android] NameResolutionFailure exception

2011-05-30 Thread Willem Meints
Hi David, Have you tried to restart the emulator. I got this error when I had the emulator running and put my laptop in standby. It's annoying, but a restarted helped me :) Kind regards, Willem Meints -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun.