I am getting this strange inexplicable error when I uploaded my application to a server for testing. From what I studied, it seems to be caused by conflicting MySql.Data, th
As the expection says, you are using two different versions of MySql. Version 6.2.3.0 and version 6.3.7.0. From this point on I can only guess: Maybe you are using a dll built with a different version of MySql (and it allows installation side by side).