I have installed ServicePack1 of VS 2008 and silverlight tools for VS2008 .
How to add reference to silverlight to my project .
I have installed ServicePack1 of VS 2008 and silverlight tools for VS2008 .
How to add reference to silverlight to my project .
Right click on your project, click "properties".
You should see a "Silverlight Applications" tab, click it... you can then "add" Silverlight project references to your project.
You can also drop the .xap file into a folder and reference it in the "Source" attribute of the asp:Silverlight control. You might need the System.Web.Silverlight.dll in the same folder for the control to render correctly.