Disclaimer: for anybody trying to look into Mono, you might also want to be able to use a database with easy ADO.NET access like you are used to in MS C#. especially if you think about getting an ASP.NET site running in Linux, you will have a database you need to use. MS provides nice dlls for Ado.NET for Oracle and MS SQL. so if you want to use linux you will now also probably want some free DB that you can use. mySQL is the way to go. Unfortunately this does not work out of the box. I spent some hours until i had accomplished getting mySQL to work with Mono with ado.NET. this is something i did back a while, and already posted my experience in ubuntuforums.org but... well, to fill this place with some new acticle i will repost it here: I am trying to get the mySQL ADO.Net provider Connector/Net 5.1 to run under mono. as far as mySQL says so, it should run under mono. For this i followed the steps at http://mysql.mirrors.pair.com/doc/re...tion-unix.html. So I followed the provide...