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
MySql.Data.MySqlClient.Replication.ReplicationMana
I guess the problem is with your connection string
For instance your connection string should be like this
Server=myServerAddress; Database=myDataBase; Uid=myUsername; Pwd=myPassword;
To know more Click Here..!!!
Hope this helps
Happy Coding