[Mono-dev] Unhandled Exception with System.DateTime

2012-04-27 Thread the mad mole
I have cross-compiled Mono 10.2.8 for an embedded MIPS platform, including a few patches suggested by Autif Khan on this forum. Basic functionality seems to be there, however I'm getting an exception when I try to instantiate DateTime.Now (or UtcTime, doesn't matter). Any suggestion on how to

[Mono-dev] System.Data.SqlConnection fails on 2nd invalid login attempt

2012-04-27 Thread Rob Wilkens
I probably shouldn't cross-post, but i wasn't sure where to put this, or if i should file a bug report (I'm new-ish to mono). After reading the mailing list description, this seemed like a more appropriate place to ask. First, let me say this is not a critical problem, and i'm not sure

Re: [Mono-dev] Unhandled Exception with System.DateTime

2012-04-27 Thread Rodrigo Kumpera
This is a JIT bug regarding int-long conversion. Please check with trunk as this where most of the recent MIPS work happened. On Fri, Apr 27, 2012 at 2:59 PM, the mad mole madm...@gmail.com wrote: I have cross-compiled Mono 10.2.8 for an embedded MIPS platform, including a few patches