I have a Visual Studio 2010 solution file with a number of projects in it. There is a mix of Silverlight projects (acting as modules), the Silverlight Shell project and a nu
This definitely doesn't seem to be the "proper" solution, but as an interim option what about checking in the generated Generated_Code\*.g.cs
files for your RIA services present in your Silverlight projects? If people check in the up-to-date version along with the matching updates to their DomainService
classes, all should build as expected.