I have console app “A” that references another console app “B”. “B” app has its own configuration file. When I launch project “A”, the application fails, because app “B” cannot configure its components, since it uses the configuration of app “A”. How to get around this problem? I want that project “B” to source its own configuration file.
Share
The executing assembly must have all configuration information in its configuration file. You will have to import all settings from “B” into the configuration file of application “A”.