MySQL - Entity Framework : The value for column 'IsPrimaryKey' in table ...
Steps For solving this error:
1.OpenServices(services.msc)and restart MySQL57 service.2.Execute the following commands inMySQL.use<<database name>>;setglobal optimizer_switch='derived_merge=OFF';3.Update the .edmx
Comments
Post a Comment