Naeem Khan

Naeem Khan

  • 935
  • 801
  • 796.6k

Unable to find the requested .Net Framework Data Provider

Feb 6 2011 1:41 PM
Hi,

I am using the following connection string to connect:

<add name="MySql" connectionString="Data Source=YourServerName;
Database=YourDataBase;User ID=YourUserID;Password=YourPassword;"
providerName="MySql.Data.MySqlClient" />

But, I am getting the following error message while I am trying to connect MySQL through .NET.

Unable to find the requested .Net Framework Data Provider.

Can someone help me to sort out the issue?

Regards,

Naim Khan

Answers (4)