Re: [mono-android] VS 2010 with Mono for Android crashes on debugging

2012-04-11 Thread martze
Exactly this code in a fresh project causes the Crash. It also crashes when I slowly step in debug mode to the position the exception is thrown. The Crash occurs in exactly that moment when the dialog appears for other exceptions where this doesnt happen. -- View this message in context: http://

Re: [mono-android] VS 2010 with Mono for Android crashes on debugging

2012-04-10 Thread Jonathan Pobst
I cannot reproduce this. When I try the same, the debugger pauses at the exception, highlights it green, and shows an Unhandled Exception dialog telling about the exception. (Win 7 64 bit, Nexus One) Does your snippet reproduce the bug for you, or is it more complicated like maybe the excepti

[mono-android] VS 2010 with Mono for Android crashes on debugging

2012-04-09 Thread martze
Hi, this morning VS 2010 notified me of an update for mono for android, and i installed it. Since then VS keeps crashing. More precisely: - When i debug on device, VS crashes as soon as an IndexOutOfRangeException is thrown. I tested the following snippet on 3 devices (Samsung Galaxy SII i9100g, S

Re: [mono-android] VS 2010 with Mono for Android crashes on debugging

2012-04-05 Thread Daved
I have pretty much the same setup as you. I did not experience any crashes when I tried your code. Is it possible that you can zip the project up and post it here. Dave -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/VS-2010-with-Mono-for-Android-crashes-on-debuggi