Therefore, I cannot find a definitive answer to the question. How to load the app.config file into a DLL.
I understand that usually App.config information should be placed in the app.config executable. However, I am creating an add-in and have access to the executable.
I would like to use the namespace.dll.config file to store my variables, but I need a way to load it into the system.
Do you need to create code to download this file?
Can you use the ConfigurationManager namespace to make this easy?
source
share