WCF services in a nested assembly
If you have a class library project with WCF service references, any clients (WPF, winforms, etc.) need the settings copied from the app.config of the library. For some reason, the client app.config completely overrides the referenced project rather than inheriting the settings. There’s probably another way, but it works.
Comments
Comments are closed