Possible to use multiple ServiceReference.ClientConfig files?
- by Maciek
I'm building a modular Silverlight application, using Prism.
In the Shell project, I'm loading 2x modules, each hailing from a separate assembly. For convenience let's call them ModuleA and ModuleB
ModuleA makes calls to WebServiceA. A ServiceReference.ClientConfig file is present in ModuleA's assembly.
In order for this to work, in the shell…