steflik wrote:
I'm trying to get Mono 2.0.2 running on FC9 . I downloaded the MySQL Connector/.NET (v 5.2.7) and unpacked it and register it with gacutil (gacutil -i mysql.data.dll (from the directory where the dll is).
I can't help directly but thought it worth mentioning that it's not always necessary to add the MySQL DLL to the GAC. We deploy our website to a Mono 2.4.2.3 server using a Microsoft Web Deployment project which automatically places the MySQL DLL into the bin directory of the website and this works perfectly. I suspect that a similar trick would work for WinForms applications too.
Chris