Mam ten sam problem, ale lata później!
Mój serwer zainstalował w gac wersję MySql Connector 6.4.6, ale pracuję z wersją 6.8.3, otrzymuję komunikat „nie można rzutować”. Naprawiłem to, dodając następującą sekcję do pliku .config
<system.data>
<DbProviderFactories>
<!-- Removes the dll installed in gac-->
<remove invariant="MySql.Data.MySqlClient" />
<!-- Add the dll copied in the bin folder-->
<add name="MySQL" description="ADO.Net driver for MySQL" invariant="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data"/>
</DbProviderFactories>
</system.data>