Unable to find the requested .Net Framework Data Provider
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