I don\'t know what may be wrong but that\'s what I get when I try to start the program:
The type initializer for MySql.Data.MySqlClient.Replication.ReplicationMana
It could be a bad reference to the DLL. Make sure the dll is the right verson for the .net you're using. I also had the same issue and found that in the app.config file i was defining log4net configurations for my logger and that was the issue. i had to define a different config file for log4net so that mysql would work.