Entity Framework Error
1 min readApr 16, 2017
If you ever get this error:
System.Data.StrongTypingException: The value for column ‘IsPrimaryKey’ in table ‘TableDetails’ is DBNull . — -> System.InvalidCastException: Specified cast is not valid
The solution?
1. Open Services (services.msc) and restart MySQL57 service.
2. Execute the following commands in MySQL.
use <<database name>>;
set global optimizer_switch='derived_merge=OFF';
3. Update the .edmx.