4
Answers

Unable to find the requested .Net Framework Data Provider

Naeem Khan

Naeem Khan

13y
4.9k
1
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)