Hi rbautistaole,
This is one of those things that are clearer to see than explain. I've modified the Silverlight_RSM sample here to show what this means. Basically the structure of the solution is:
DomainModel
DomainModel.SL - Has file links to DomainModel. If you look at this project properties, I had changed the Assembly Name to DomainModel instead of DomainModel.SL
SimpleECS - Has reference to DomainModel.SL
SimpleECSWeb - Has reference to DomainModel
Hope this helps.
Edited by DenisK - 17-Jan-2012 at 4:56pm