0

我使用Prism编写了一个项目。我有两个模块,这个模块有共享程序集。例如,a.dll 由 moduleA 和 ModuleB 引用,因此 a.dll 存在于 ModuleA.xap 和 ModuleB.xap 中,并放大 xap 文件,并且可能会为每个模块再次加载。

我该如何解决这个问题?

4

1 回答 1

2

Add this assembly to Shell project and set Copy Local = False to it in the modules. In this case assembly will be included just in Shell.xap file.

于 2012-06-20T11:01:20.947 回答