Also, rather than two Silverlight projects, you could create one Silverlight project with two Silverlight User Controls. To do this, set your .aspx page to include two Silverlight controls (like above), but point to the same Silverlight package file (.xap) and also use the InitParameters attribute: <...