I’m creating a new C# project. I want to connect it with the MySQL server. When I click Add Reference, MySQL.Data is not shown. This leads to all sort of problems because I can’t connect it with my database.
I’m using Visual Studio Ultimate 2010 and MySQL 5.5.
Please help.
Thanks
MySQL isn’t available “out of the box” in .NET.
You need to download the class library, and then add a reference to the class library once you’ve unpacked the zip file. In the “Add Reference” dialog box, go to the “Browse” tab (if I remember correctly) so that you can find the class library.