For a specific reason, i need to create a WPF-DLL which uses a WCF service to get some data and then displays it when an application calls this WPF assembly. The WPF assembly, in turn, requires binding information which is written in an app.config. Is there a way to force the DLL to read the binding information in a seperate app.config?
Thanks in advance for the hint.
Best regards,