MySQL Forums
Forum List  »  Spanish

Re: problemas con el MySQL Connector Net 5.1.2
Posted by: Manuel Sanchez
Date: July 11, 2007 01:56AM

Hale, ya me respondo yo mismo.

Lo he solucionado incluyendo en el web config a mano (no se si habra otra manera de hacerlo por ahora)

<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, Version=5.1.2.2, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data>

que lo he sacado del machine.config

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: problemas con el MySQL Connector Net 5.1.2
2975
July 11, 2007 01:56AM


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.