Entity Framework 5.0 code-first with MySQL Connector 6.6.5.0 on .Net 4.5

后端 未结 4 1131
时光取名叫无心
时光取名叫无心 2021-02-09 08:26

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

4条回答
  •  隐瞒了意图╮
    2021-02-09 09:14

    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.

提交回复
热议问题