[mono-android] Bug tracker

2011-11-06 Thread sound
Do you have any public bug tracker where users can post errors ? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Bug-tracker-tp4961360p4961360.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Mon

[mono-android] After update to 1.9.2 my VS periodically dies when trying to debug

2011-11-06 Thread sound
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object. Exception Stack Trace:at MonoTools.Engine.MonoToolsSession.OnDebuggerException(Exception ex) at Mono.Debugging.Client.DebuggerSession.HandleException(Exception ex) at Mon

Re: [mono-android] Mono for Android 1.9.2 Preview Released

2011-11-06 Thread sound
In previous versions I have used JNIEnv::GetObjectRefType() to identify object type and remove it. Android.Runtime.JObjectRefType is internal, so how i can implement this functionality now? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Mono-for-Android-1-9-2-Previ

[mono-android] Error with LocationManager

2011-10-14 Thread sound
*Here is my code* [Activity] public class MainActivity : BaseRuattiActivity, ILocationListener { private LocationManager _lm; private bool _gpsEnabled; private bool _networkEnabled; protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); SetContentView(Resource

Re: [mono-android] Unable to debug with physical devices in 1.9

2011-10-14 Thread sound
Yes, after update to 1.9.1 all is ok. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unable-to-debug-with-physical-devices-in-1-9-tp4853768p4887648.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] Unable to debug with physical devices in 1.9

2011-10-06 Thread sound
I have the same problem with debugging after upgrade to 1.9. After build, package does not contains mdb for gui library, all others i can debug. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unable-to-debug-with-physical-devices-in-1-9-tp4853768p4872267.html Sent

[mono-android] Why System.Net.HttpUtility is internal

2011-09-29 Thread sound
Why System.Net.HttpUtility is internal class? In MS class library it is public. Or there is some alternative? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Why-System-Net-HttpUtility-is-internal-tp4849612p4849612.html Sent from the Mono for Android mailing list a