How to add a reference to a .NET Framework component in a project?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to add a reference to a .NET Framework component in a project?
Rating:
Take the following steps to add a reference to a .NET Framework component in a project:
- In Solution Explorer, right-click the References node for the project, and then select Add Reference.

- In the Add Reference dialog box, select the .NET tab.

- Select a component from the list, and click the Select button. This adds the component to the Selected Components pane of the Add Reference dialog box.

- Click the OK button. This adds the selected reference under the References node of the project.

Rating:
Was this information helpful?
Other articles
- How to create a custom SOAP extension class?
- What is the BeginReceive method?
- What is the ExecuteNonQuery method?
- What is the unsafe keyword?
- What is the Fill method?
