DBurroughs
Guppy
I sent in a ticket, but they are still working on it, so I thought I'd put it out before the community. I am using .NET with Mysql.data.dll (Mysql .NET Connector 1.0.10.1) in the /bin directory. Still, I get this when my app tries to retrieve info:
Unable to find the requested .Net Framework Data Provider. It may not be installed.
IN my web.config:
<add assembly="MySql.Data, Version=1.0.10.1, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/></assemblies></compilation>
<add name="incidentsConnectionString" connectionString="Server=mysql2.g********.com;User ID=dburrou_incident;Port=3306;password=*****;database=dburrou_incident;persist security info=True" providerName="MySql.Data.MySqlClient"/>
I askterisk'ed my password out, but you get the idea. The service guys had me cut out 'persist security info - True' and the providerName. No change so far.
Is this DLL not supported, or am I using the wrong version? Any Ideas?
Thanks,
DAB
Unable to find the requested .Net Framework Data Provider. It may not be installed.
IN my web.config:
<add assembly="MySql.Data, Version=1.0.10.1, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/></assemblies></compilation>
<add name="incidentsConnectionString" connectionString="Server=mysql2.g********.com;User ID=dburrou_incident;Port=3306;password=*****;database=dburrou_incident;persist security info=True" providerName="MySql.Data.MySqlClient"/>
I askterisk'ed my password out, but you get the idea. The service guys had me cut out 'persist security info - True' and the providerName. No change so far.
Is this DLL not supported, or am I using the wrong version? Any Ideas?
Thanks,
DAB