R – Silverlight 3: Merged Resource Dictionary – from non-embedded file

resourcedictionarysilverlight-3.0

I have a SL3 application that my client wants to be able to skin for their customers.

I do not want a separate xap for each customer. I want to be able to define a resource dictionary for each customer.

Is it possible for me to have the same xap for all the customers and point to an external xaml file (resource dictionary) that I will merge in at runtime for the cutomer.

Or do I have to build a different version of the xap for each customer that embeds the resource dictionary?

  • Michael

Best Answer

Or do I have to build a different version of the xap for each customer that embeds the resource dictionary?

I'm not sure about externially linking, hopefully someone else will address that. Unless there's some security concern it would seem easier to me to have ONE xap with different resource sets ups...assuming you can tell at runtime which client is which.

Related Topic