Adding Project Reference In VB.NET


Sometimes, you need to insert additional references for certain functions that you might need to use during your VB.NET application development. Adding a project reference to your application project is easy. Basically all you have to do is just follow the 5 simple steps below.


1. Go to the menu, Select Project and then click on Properties

2. A Window will pop-up. Choose References from the tabs on the left hand side of the window.

3. Click the Add button in the window

4. An Add Reference window will now prompt. Select the component that you want to add and then click OK.

5. Done. Repeat from step 3 again if you want to add another project reference.



You should now be able to use the various components after adding the project references.

0 comments