tags:

views:

56

answers:

2

I have installed ServicePack1 of VS 2008 and silverlight tools for VS2008 .

How to add reference to silverlight to my project .

+1  A: 

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.

Andrew Mcveigh
A: 

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.

sujata