MySQL Database Connection - Unable to find the requested .Net framework data provider

Following this tutorial for this workflow where I need to interact with a DB. Setting the DataProvider in the Database Scope activity to “MySql.Data.MySqlClient” throws the error mentioned in the title. I have ODBC drivers install (x64 version) & added an ODBC data source. But I am still getting that error.

Resolved the issue, in the Database scope activity, select the “Microsoft ODBC Data Source (ODBC)” after you have installed the ODBC drivers, you must have also added the data source in the ODBC Data Sources Application for it to work.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.