MySQL.Data.dll error in monodevelop in Debian mono?

Thanks. I could also locate the issue. Need the latest version of MySQL connector.

Also need to Pooling= false in connection string.

Up vote 1 down vote favorite share g+ share fb share tw.

Application was initially developed in VS 2008. It uses MySQL.data. Dll for connecting to MySQL database.

Application runs perfectly fine in Windows. But production environment is Debian with mono. Now copied entire solution in the Debian box.

Entire solution opens in monodevelop correctly. It doesn't throw any error in building. But while running - it throws following error – The file sending is in process.......... Error: System.

EntryPointNotFoundException: CreateSemaphore at (wrapper managed-to-native) MySql.Data.Common. Semaphore:CreateSemaphore (MySql.Data.Common. SECURITY_ATTRIBUTES&,int,int,string) at MySql.Data.Common.Semaphore..ctor (Int32 initialCount, Int32 maximumCount) 0x00000 at (wrapper remoting-invoke-with-check) MySql.Data.Common.

Semaphore:. Ctor (int,int) at MySql.Data.MySqlClient.MySqlPool..ctor (MySql.Data.MySqlClient. MySqlConnectionString settings) 0x00000 at MySql.Data.MySqlClient.

MySqlPoolManager. GetPool (MySql.Data.MySqlClient. MySqlConnectionString settings) 0x00000 at MySql.Data.MySqlClient.MySqlConnection.

Open () 0x00000 mysql mono debian monodevelop link|improve this question edited Jan 2 '10 at 14:06skaffman114k8136227 asked Sep 17 '09 at 2:38Andy.

If the answer I gave was helpful, you should upvote/accept it! :) – bobbymcr Sep 17 '09 at 21:05.

Semaphore (as used here) is a Windows-only feature. I'm guessing you'll need a version of the client that is specifically compatible with Mono. You may want to look at the MySQL section of the Mono site and go from there.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions