Re: [Mono-dev] Unable to debug

2012-02-03 Thread Nogginboink
Thanks. Upgrading to a newer version did, in fact, fix the problem. -- View this message in context: http://mono.1490590.n4.nabble.com/Unable-to-debug-tp4352493p4354701.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-lis

Re: [Mono-dev] Unable to debug

2012-02-02 Thread Charlie Poole
I've run into a similar problem - a null reference due to the Resize event running earlier than I expected. I had to add some null reference checks to my handler as a result. I imagine you'll have to do the same once you get the debugger working. I imagine you are sticking with the Ubuntu-supporte

[Mono-dev] Unable to debug

2012-02-02 Thread Nogginboink
I am new to Mono. I have written a C# app in Visual Studio 2005 that works fine when run under Windows. However, when I launch the app under Mono I get a divide by zero exception in the Resize() event handler of a usercontrol that I wrote. (I surmise that Mono is calling the Resize event at startup