HELP!
I really *really* need to resolve my inability to 'activate' Mono-Android
(if at all possible, given the current state of things). I've just convinced
this company to continue using Mono-Android (despite everything) BUT I am
still bringing my personal laptop in every day to debug/deploy to d
I wonder if they have any public forums for their other products.
On Wed, Jun 1, 2011 at 21:30, Wally McClure
wrote:
> I realize that there is a lot of frustration with Attachmate and the entire
> situation in general. I know that I am upset over this. Heck, I've had
> multiple thousands of
I realize that there is a lot of frustration with Attachmate and the entire
situation in general. I know that I am upset over this. Heck, I've had
multiple thousands of $s get pulled off the table over this. The roadmaps
listed will never be completed. At the same time, what would someone h
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
Hello,
You can derive from Android.App.Application, this will give you a
(singleton) class which can hold global application state. When the
application is re-started you'll see the constructor for this get called and
you can initialise state. This is independent of any activities being
created an
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
Hi ,
Thanks for your instantaneous reply. i can use file or class to save data
but is there any property by setting which this data will be reset on mobile
restrt . I mean these file will remain in my application how can i know that
mobile restart has happen
--
View this message in conte
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
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