C # MySQL connection problems

I am now using Visual Studio 2008 Pro Edition. I have installed Connector / Net 5.2 with Visual Studio Integration. I restarted Visual Studio and now the MySQL database appears in the list of data providers. I entered my database information and clicked "Test Connection" and it succeeded, but when I try to close the Add Connection dialog box, I get an error:

Unable to find the requested .NET Framework Data Provider. It may not be installed.

      

Did I miss a step in setting up?

+1


source to share


1 answer


It was a problem with the VS version of the CTP and the solution was this .



Even if you are using the RTM version, it might be worth checking your config file.

+2


source







All Articles