Sharing styles between modules in Silverlight applications based on Prism 4
Asked Answered
C

1

6

I need to use the styles in several modules in Silverlight application based on Prism 4. What is the best approach for this?

Chromo answered 9/9, 2011 at 12:44 Comment(2)
Having same problem, because all modules are separate applications they should refernce common libiriaries to be able to build. This will enlarge the final size of application by O(N) of modules.Dual
Yes yes but no... The main reason is to make posibility see changes in VS designer.Chromo
L
1

You can achieve this by adding the resources to your prism shell project and adding a reference to the shell module project in all the other modules.

Leucopenia answered 3/10, 2011 at 21:20 Comment(1)
To avoid cyclic references, use a common project as well (referenced by all the modules) to hold shared controls, classes etc.Leucopenia

© 2022 - 2024 — McMap. All rights reserved.