Unhandled Exception after Upgrading to Entity Framework 4.3.1

前端 未结 5 803
无人共我
无人共我 2020-12-06 17:33

Error:

Unhandled Exception: System.Data.SqlClient.SqlException: The operation failed because an index or statistics with name \'IX_ID\' already exi

5条回答
  •  再見小時候
    2020-12-06 18:21

    When my project was updated from EF 6.0.2 to EF 6.1.1, I had such a problem, then back to 6.0.2, after the return of an older version, the error disappeared

提交回复
热议问题