EF6 MySQL StrongTypingException When Column is not PK

前端 未结 4 1440
北恋
北恋 2021-02-08 16:48

We are using MySql and Entity FrameWork with VS 2013 those are the tools installed:

  • MySql Server 5.7.8
  • MySql WorkBench 6.3.
  • MySql for Visual Stud
4条回答
  •  悲哀的现实
    2021-02-08 17:06

    I have pinpointed that this error appears only to connections with 5.7.8 mysql server which is in release candidate state. With the latest stable version 5.6.25 the entity framework works correctly.

提交回复
热议问题