How to Add MySQL.Data.dll in VB.Net

When declaring MySQL Class in the system that you have made, you might encounter an error if you don't add MySQL.Data.dll as references. So, in this tutorial I will teach you how to add MySQL.Data.dll in VB.Net. With the help of this method you can access MySQL library. Before we start, download MySQL Connector and install it in your machine.

Step 1

Open a Microsoft Visual Studio 2018 and create a new windows form application. msql1

Step 2

Go to the solution explorer, right click references and add reference. msql2

Step 3

Select browse in the side bar and select Browse button. msql3

Step 4

Find MySQL folder in c: drive. mysql4

Step 5

Inside MySQL folder, select MySQL Connector. mysql5

Step 6

Inside MySQL Connector, select assemblies/v4.5.2 and add MySQL.Data.dll. mysql6

Step 7

Hit ok. mysql7

Output

mysql7 For more question about this article. You can contact me @ Email – [email protected] Mobile No. – 09305235027 – TNT FB Account – https://www.facebook.com/onnaj.soicalap

Add new comment