Explain how to add the reference of a Class library project in Silverlight application project The following is the process for adding the reference library project:
After defining business object classes in another project –
- Right click on the SilverLight project root - Choose Add->Existing Item - Navigate through the source code file and select it - Click on the arrow (little) towards the right of the Add button. Later select Add as link. - Repeat the process for adding all files to your SilverLight project.
|