Re: [mono-android] Problem with configuration manager

2011-05-24 Thread david.chhang
ok thanks ! I find another solution to access to my configuration file, I create my own configuration manager. thanks a lot -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Problem-with-configuration-manager-tp4418578p4421261.html Sent from the Mono for Android mail

Re: [mono-android] Problem with configuration manager

2011-05-23 Thread Willem Meints
:31 To: monodroid@lists.ximian.com Subject: Re: [mono-android] Problem with configuration manager What is the android SharedPreferences system ? Me, I have a Framework which access to the configuration file because, in this file (which I created), there is an url of a webservice. So, i have to

Re: [mono-android] Problem with configuration manager

2011-05-23 Thread david.chhang
What is the android SharedPreferences system ? Me, I have a Framework which access to the configuration file because, in this file (which I created), there is an url of a webservice. So, i have to find a way to access to the information in the configuration file. I don't know if you understand lik

Re: [mono-android] Problem with configuration manager

2011-05-23 Thread Willem Meints
ximian.com [mailto:monodroid-boun...@lists.ximian.com] Namens david.chhang Verzonden: Monday, May 23, 2011 11:53 AM Aan: monodroid@lists.ximian.com Onderwerp: [mono-android] Problem with configuration manager Hi, I want to develop an Android application with Monodevelop, and i want to access to a app.confi

[mono-android] Problem with configuration manager

2011-05-23 Thread david.chhang
Hi, I want to develop an Android application with Monodevelop, and i want to access to a app.config file. So, I put the System.configuration.dll in the references and add using System.Configuration. When I compile the program, it works, but when the application launch, it doesn't work... this is