06-24-2018, 07:29 AM
How to add .dll reference in Visual Studios C#
To add a reference in Visual Basic
To add a reference in Visual C#
To remove a reference in Visual Basic
To remove a reference in Visual C#
To add a reference in Visual Basic
- In Solution Explorer, double-click the My Project node for the project.
- In the Project Designer, click the References tab.
- Click the Add button to open the Add Reference dialog box.
- In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
- Select the components you want to reference (.dlll's), and then click OK.
To add a reference in Visual C#
- In Solution Explorer, right-click the project node and click Add Reference.
- In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
- Select the components you want to reference, and then click OK.
To remove a reference in Visual Basic
- In Solution Explorer, double-click the My Project node for the project.
- In the Project Designer, click the References tab.
- In the References list, select the reference you want to remove.
- Click the Remove button.
To remove a reference in Visual C#
- In Solution Explorer, open the References node under the project node.
- Right-click a reference and click Remove.