Sick Gaming
How to add .dll reference in Visual Studios C# - Printable Version

+- Sick Gaming (https://www.sickgaming.net)
+-- Forum: Programming (https://www.sickgaming.net/forum-76.html)
+--- Forum: C#, Visual Basic, & .Net Frameworks (https://www.sickgaming.net/forum-79.html)
+--- Thread: How to add .dll reference in Visual Studios C# (/thread-85352.html)



How to add .dll reference in Visual Studios C# - xSicKx - 06-24-2018

How to add .dll reference in Visual Studios C#




To add a reference in Visual Basic

  1. In Solution Explorer, double-click the My Project node for the project.
  2. In the Project Designer, click the References tab.
  3. Click the Add button to open the Add Reference dialog box.
  4. In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
  5. Select the components you want to reference (.dlll's), and then click OK.


To add a reference in Visual C#

  1. In Solution Explorer, right-click the project node and click Add Reference.
  2. In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
  3. Select the components you want to reference, and then click OK.

To remove a reference in Visual Basic

  1. In Solution Explorer, double-click the My Project node for the project.
  2. In the Project Designer, click the References tab.
  3. In the References list, select the reference you want to remove.
  4. Click the Remove button.

To remove a reference in Visual C#

  1. In Solution Explorer, open the References node under the project node.
  2. Right-click a reference and click Remove.