I would like to run my .NET program with Mono, but when I compile the sources, I get errors like this: "error CS0246: Cannot find type `IDbTransaction'", but 'IDbTransaction' is present in '\mono-0.17\source\mcs-0.17\class\System.Data'. Can you help me? Thank's, Rudy.