MySQL Forums
Forum List  »  Install & Repo

Re: Deployment problem
Posted by: Hubert CANEVET
Date: July 23, 2013 03:40AM

I tried inserting this in the Web.config :
<system.data>
__ <DbProviderFactories>
___ <add name="MySQL Data Provider"
____ invariant="MySql.Data.MySqlClient"
____ description=".Net Framework Data Provider for MySQL"
____ type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data" />
__ </DbProviderFactories>
</system.data>

This time, the exception message points out an error finding or loading the recorded .Net data provider. So, we have one, but not the good one.

Any better idea of how to type this declaration ?



Edited 1 time(s). Last edit at 07/23/2013 03:42AM by Hubert CANEVET.

Options: ReplyQuote


Subject
Written By
Posted
July 22, 2013 08:14AM
July 22, 2013 05:35PM
Re: Deployment problem
July 23, 2013 03:40AM


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.