Share via


Unable to find the request .Net Framework Data Provider. It may not be installed.

Question

Tuesday, May 24, 2016 3:06 PM

Im trying to connect to my database and all the time i choose my data connection give me that error.

" The data provider 'MySQL.Data.MysqlClient' could not be found in the system configuration.

Unable to find the request .Net Framework Data Provider. It may not be installed.".

That error give me all the time i try to connect with MySQL. I tried to found many solutions in a lot of forums and anyone resolve that problem. 

All replies (2)

Wednesday, May 25, 2016 5:37 AM âś…Answered

Hi AndreSousa,

The data provider 'MySQL.Data.MysqlClient' could not be found in the system configuration.

Unable to find the request .Net Framework Data Provider. It may not be installed.".

According to the error message, it's recommended to download and install MySQL connector(https://dev.mysql.com/downloads/connector/), and check whether it can fix it.

Regards,

Angie


Wednesday, May 25, 2016 10:03 AM

It works . Thank you so much im looking for resolution of my problem like 1 month ago and you resolved my problem thank you.