How to: Set the Copy Local Property of a Reference
The Copy Local property (corresponding to CopyLocal) determines whether a reference is copied to the local bin path. At run time, a reference must be located in either the Global Assembly Cache (GAC) or the output path of the project. If this property is set to true, the reference is copied to the output path of the project at run time.
Note
If you deploy/copy an application that contains a reference to a custom component that is registered in the GAC, the component will not be deployed/copied with the application, regardless of the Copy Local setting. For more information, see Project References.
The Copy Local property is set in the Reference Properties dialog box, available from the References pane of the Project Designer.
To set the Copy Local property to True or False
In Solution Explorer, click the Show All Files button to display the References node.
Open the References node for the project.
Right-click a reference in the References list, and click Properties.
The properties associated with that reference appear in a list in the Properties window.
In the Properties window, change the Copy Local property to True or False.
See Also
Tasks
How to: Add or Remove References in Visual Studio (Visual Basic)
Concepts
Reference
Other Resources
Change History
Date |
History |
Reason |
---|---|---|
September 2009 |
Modified procedure so that it works with C#. |
Customer feedback. |
July 2009 |
Modified procedure for displaying the Project Designer. |
Customer feedback. |