Hello,
I use nhibernate 2.0.1 and I would like to connect to a mySQL database.
Though I've installed mysql-connector-net-6.0.4 and referenced MySql.Data.dll, I get the following error:
Quote:
The IDbCommand and IDbConnection implementation in the assembly MySql.Data could not be found. Ensure that the assembly MySql.Data is located in the application directory or in the Global Assembly Cache. If the assembly is in the GAC, use <qualifyAssembly/> element in the application configuration file to specify the full name of the assembly.
What else should I do to use MySQL with Nhibernate?
regards,
mathmax