For the life of me, I can\'t get my C# WinApp to work with Entity Framework 5.0 with a MySql database using MySql connector 6.6.5.0 (MySql.Data reference) and MySql
Sounds like there's some strange assembly resolution issues. Try deleting the assemblyBinding element in your config file and then run NuGet's Add-BindingRedirect command.