Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add .dll reference in Visual Studios C#

#1
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.
[Image: 8OHl5AB.png]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016