Add reference of a Class library project in Silverlight

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.
What is Silverlight.js file?
Silverlight.js file - Silverlight.js file is a Java Script helper file. It supports for adding a Silverlight application to a web page through Java Script. It has a number of methods defined to help with, most importantly the...
What is a .xap file? - Silverlight
What is a .xap file? - A .xap file is an application package based on Silverlight which will be generated when the Silverlight project is built. This file helpful in creating heavily client based Silverlight applications...
Explain how can Silverlight use ASX files - Silverlight
An ASX file is an XML file in which media files are specified in the playlist. Using ASX files in silver is pretty simple. Assign the ‘ source’ property of a MediaElement object to the ASX file name...
Post your comment