Hello everyone,
Suppose an exe is linked (referenced) with a couple of DLLs, and both the exe and the
DLLs have their own app.config file. My question is, when we call API to load application
configuration values, are there any confusion about which config to be loaded since both
exe and DLL have app.config files?
thanks in advance,George