Re: MySQL NET connector 6.8.3 and Enterprise Library 5
Posted by: Evelim Estrada
Date: April 06, 2014 01:32PM

Try add this in your web.config

<system.data>
<DbProviderFactories>
<clear/>
<remove invariant="MySql.Data.MySqlClient"/>
<add name="MySql.Data.MySqlClient" description="ADO.Net driver for MySQL" invariant="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data,Version=6.8.3.0, Culture=neutral,PublicKeyToken=c5687fc88969c44d"/>
</DbProviderFactories>
</system.data>

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL NET connector 6.8.3 and Enterprise Library 5
April 06, 2014 01:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.