Thursday, March 04, 2010

Adding file as Link

Whenever you have files/dll which is going to refer from more that one project of a common solution you can put that in common location and add that dll/files as link. Benefit of adding a file as a link is one copy of that dll/file will be shared by all the project and whenever you change something in shared dll/file it will reflect in all the link refrence.

How to Add dll/file as link.

1. Right click on project choose add existing item
2. file add dialog box apprear.
3. Choose the file and click on combobox showing in Add button of file add dialog box.
4. Choose add as a link.

No comments: