Re: [Mono-dev] Fwd: mysql-connector ArgumentNullException

2012-12-18 Thread lth3726381
Thanks 4 your reply: I tried the correct username and pwd,but there is another similar question: System.ArgumentNullException: Argument cannot be null. Parameter name: key at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean

[Mono-dev] (no subject)

2012-12-18 Thread Greg Young
Using mono on a raspberry pi. Not sure if it has been reported before. The date part of DateTime is off and TimeSpan is a bit quirky eg var span = TimeSpan.FromMilliseconds(1); Console.WriteLine(span.TotalSeconds); Prints 0 -- Le doute n'est pas une condition agréable,

Re: [Mono-dev] (no subject)

2012-12-18 Thread Rodrigo Kumpera
It's surprising that mono works at all on linux-ARM. Mono doesn't support the hardfp ABI that most modern ARM distros follow which means that it can't even start. On Tue, Dec 18, 2012 at 2:31 PM, Greg Young gregoryyou...@gmail.com wrote: Using mono on a raspberry pi. Not sure if it has been

Re: [Mono-dev] Fwd: mysql-connector ArgumentNullException

2012-12-18 Thread Daniel Lo Nigro
What version of the MySQL library are you using? I'm using MySql.Data 6.5.4 from NuGet http://nuget.org/packages/Mysql.Data and it's working for me on Mono 3.0.2. My connection string looks like this: Server=10.0.2.1; Database=daniel15_dev; Uid=username; Pwd=password; On Mon, Dec 10, 2012 at

[Mono-dev] Mono ARM support (was: no subject)

2012-12-18 Thread Lee Fisher
It's surprising that mono works at all on linux-ARM. Mono doesn't support the hardfp ABI that most modern ARM distros follow which means that it can't even start. And after modern 32-bit ARM ABIs, Mono support for the upcoming 64-bit ARM (AArch64) would also be interesting.