我在我的Windows計算機上使用實體框架6實現,它工作正常。爲了在Linux計算機上使用,我嘗試使用Mono來運行該項目。當程序試圖訪問EF6我收到以下錯誤:單實體框架6重複
System.InvalidOperationException: The configured column orders for the table 'Table' contains duplicates. Ensure the specified column order values are distinct.
at System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConventionStrict.ValidateColumns (System.Data.Entity.Core.Metadata.Edm.EntityType table, System.String tableName) [0x00000] in <filename unknown>:0
at System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConvention.Apply (System.Data.Entity.Core.Metadata.Edm.EntityType item, System.Data.Entity.Infrastructure.DbModel model) [0x00000] in <filename unknown>:0
我們在EF上運行的單聲道也有問題。希望有人知道答案。 –
Hello Erik,您正在使用EF,Mono,MySQL的哪個版本? – Michael
MySQL 5.5.35和Mono的最新版本(3.2.7) –