[Mono-dev] Method not found: 'System.Data.Common.DbConnection.EnlistTransaction' in System.Data Version 4.0.0.0

Tomi bosak.tomas at gmail.com
Tue Aug 31 05:28:48 EDT 2010


Hi folks,

I'm using compiled fresh mono from git with .net 4.0 profile. When I
try connect to mysql database with .net connector I get this:

Unhandled Exception: System.MissingMethodException: Method not found:
'System.Data.Common.DbConnection.EnlistTransaction'.
  at (wrapper remoting-invoke-with-check)
MySql.Data.MySqlClient.MySqlConnection:Open ()

However when I use System.Data.dll assembly version 2.0.0.0 instead of
4.0.0.0 version I can connect to database without problems. Any
thoughts how to get this working with assembly version 4.0.0.0?


More information about the Mono-devel-list mailing list