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
George GeorgePosted Nov 4, 2008, 8:32 AM
Thanks Ryan,
Let me clarify your points,
1.
Do you mean in .Net DLL can not have its own application config file?
2.
Each time DLL reads application configuratio it is actuallty reading from the exe's application configuration?
regards,
George
Ryan AlfordPosted Oct 31, 2008, 10:05 AM