MySQL with Entity Framework - what am I doing wrong?

前端 未结 5 398
醉酒成梦
醉酒成梦 2021-01-12 08:49

I am completely new to Entity Framework and even ADO.NET in general (don\'t typically do much work with databases).

  1. I downloaded and installed MySQL Connector/
5条回答
  •  深忆病人
    2021-01-12 09:46

    That's a provider bug. It may be a bug which is triggered by a configuration error, but it is a provider bug nonetheless. You should talk to the people who wrote your MySQL provider, and send them that stack and test case.

提交回复
热议问题