Adding MySQL.Data as a Reference in Visual Studio Ultimate 2010

Viewed 92036

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

4 Answers
Related