Hi,
I added 2 libraries, DomainBase and DomaineBase.SL to host the EntityBase class (this is actually how my project looks like).
The references to Devforce&Postsharp on DomainBase.SL are set to CopyLocal = False.
If you build this project, the first build might success but the next build will fail.
The problem seems to be related to CopyLocal = False in this architecture !
About my project : it discover modules at runtime, each module having his own model. Each model inherit of this DomainBase class to share the EntityBase.
To reduce the size of the XAP, I set copy local = False to every module containing in a module XAP. Only the Main application have the CopyLoca = true on Devforce and Postsharp. That way I donwload Defvorce libraries only once.
Edited by kdev - 11-Jul-2013 at 4:43am