I write a project using Prism.
I have tow modules and this modules have shared assembly.
for example a.dll refrenced by moduleA and ModuleB
therefore a.dll exists in ModuleA.xap and ModuleB.xap and enlarge xap files
and probably loades again for each module.
how i can solve this issue?
Add this assembly to
Shellproject and setCopy Local = Falseto it in the modules. In this case assembly will be included just inShell.xapfile.