How to Add Reference in Visual Studio .NET
Submitted by admin on Sunday, July 11, 2010 - 21:31.
This tutorial serves as a guide on how to add a reference to your Project. I created this separately so that I can refer this anytime when I have to mention adding a reference to you project.
Step 1. Click Project then click Add Reference as shown below:
[inline:ReferenceMenu.jpg="Add Reference"]
Step 2. After that select the component that you’d like to make a reference.
[inline:AddReference.jpg="Add Reference"]
In this example I make a reference to a System.Transaction to allow me to use TransactionScope. For more info about this Class open the example at “Dataset Transaction”
Add new comment
- 37 views