Hi Everyone
I just upgraded to the 6.0.4 because of the linking issue where the Design tools lost their mind if you named the assemblies the same when you are creating a linked silverlight domain model.
So I tried in the new tools to get this setup so I now have a domain model that has assembly name such as something.DomainModel that lives in the namespace something.DomainModel and then I created the silverlight domain model that has assemblyName such as something.SLDomainModel that lives in the something.DomainModel.
At this point I add the entity model to the domain model and in the output I get this.
Attempting to locate and handle any CSDL/SSDL mismatches in: Entities.edmx
*** Unable to locate an assembly in which to create a Silverlight link file.
*** Unable to locate a Silverlight client assembly with an assembly name starting with: 'something.DomainModel'
Seems to me that it is still looking for the assemblies to be named the same, or am I doing something wrong here?