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