Definitions: Mono 1.9 Date Submitted: 9/30/2008 5:31:16 PM Comments: Hello: Is there any version of mysql conector that currently runs with mono? The mono website info is obsolete, as you recomend in there conector v1.7 and current conector version is 5. As you can see, is full of PINvokes and is not usable under linux. Any sugestion? Thanks in advance and thank for your great job. ========================================= Pending issues: 5 [NIEX] System.Diagnostics.PerformanceCounter::Increment() Details: 4 [NIEX] System.Data.Common.DbConnection::GetSchema(System.String,System.String[]) 5 [NIEX] System.Data.Common.DbConnectionStringBuilder::GetProperties(System.Collections.Hashtable) Details: 5 [NIEX] System.Transactions.Transaction::EnlistPromotableSinglePhase(System.Transactions.IPromotableSinglePhaseNotification) Details: 5 [NIEX] System.Diagnostics.PerformanceCounterCategory::Exists(System.String) Details: 1 [TODO] System.Transactions.SinglePhaseEnlistment::Committed() Details: 1 [TODO] System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) Details: certValidationCallback is not passed X509Chain and SslPolicyErrors correctly **************************************************** P/Invokes made by this program Library: Kernel32 bool WriteFile(IntPtr, Byte[], uint, UInt32&, IntPtr) int CreateFile(string, uint, uint, NativeMethods/SecurityAttributes, uint, uint, uint) Library: kernel32.dll bool CloseHandle(IntPtr) bool FlushFileBuffers(IntPtr) bool ReadFile(IntPtr, Byte[], uint, UInt32&, IntPtr) bool UnmapViewOfFile(IntPtr) int CloseHandle(IntPtr) int FlushViewOfFile(IntPtr, uint) IntPtr MapViewOfFile(IntPtr, uint, uint, uint, IntPtr) IntPtr OpenEvent(uint, bool, string) IntPtr OpenFileMapping(uint, bool, string)