Having a problem here, I'm trying to query a database and when I go to select something from that query I get this error
Schema specified is not valid. Errors:
Models.Context.AdaptEntities.ssdl(2,58) : error 0172: All SSDL artifacts must target the same provider. The Provider 'MySql.Data.MySqlClient' is different from 'MySql.Data.MySqlClient' that was encountered earlier.
Models.Context.AdaptEntities.ssdl(2,91) : error 0169: All SSDL artifacts must target the same provider. The ProviderManifestToken '2008' is different from '5.6' that was encountered earlier.
Models.Context.Unitemps.ssdl(2,54) : error 0172: All SSDL artifacts must target the same provider. The Provider 'MySql.Data.MySqlClient' is different from 'MySql.Data.MySqlClient' that was encountered earlier.
Models.Context.Unitemps.ssdl(2,87) : error 0169: All SSDL artifacts must target the same provider. The ProviderManifestToken '2008' is different from '5.6' that was encountered earlier.
Anyone know a solution at all?