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
- What is fragment caching?
- What is theIClassFactory interface?
- MCSD .NET/MCAD .NET/MCDBA 70-310 Short Notes: Exam Passing Tips
- How to add a Windows Installer Search?
- What is a nullable type?