Question : Multiple XAP files in same clientbin?

We have a Visual Studio solution with a "main" project, and several silverlight projects.

There are multiple aspx files, each of which includes an XAP from a clientbin. This works fine as long as each silverlight project is compiled to its own clientbin. But we'd prefer to have a single SilverlightClientBin to hold all the xap files.  This doesn't work, though (I think because each xap needs its own appmanifest.xaml).

Is there a way to store xap files in a single clientbin location? Or is there another general organizational approach that we should be taking here?

Answer : Multiple XAP files in same clientbin?

you're right that each xap needs its own appmanifest.
Just change the output paths of the silverlight projects to subfolders and reference them there
Random Solutions  
 
programming4us programming4us