I have three projects, 2 DLLs and a stand-alone console application (I'll call them DLL1, DLL2 and APP). DLL2 uses DLL1 and APP uses DLL2. Each one comes with its own app.config file which are renamed (at compilation time) like this:
dll1.exe.config dll2.exe.config app.exe.config and they all have their own <appSettings> section. While launching the application (through its associated app.exe executable) I can read the configuration from app.exe.config file, but I need to be able to read the configuration from all three config files. I remember reading a while ago about the possibility to link/chain/refer multiple config files together, but I cannot find that resource/article anymore. Can anyone refresh my memory? Where did I see/read about this? TIA, Eddie =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
