I would like to connect to our remote mysql db using VB.NET but I'm having issues with installing a .dll file. I need to add mysql.data.mysqlclient reference but can't find bin folder containing .dll file. I did many google and stack overflow searches but haven't stumbled on any solutions.
- I downloaded mysql connector
- Unzipped it
- Opened Visual Studio 2010 Express and created new project
- Under solutions explorer, right clicked to add reference
- Then browsed to unzipped mysql connector folder to find bin folder
This bin folder isn't anywhere to be found. I'm missing something, any help is appreciated.