How do you load the app.config file into a DLL
- by Bluephlame
So I cant find a definitive answer to the Question. How do you load the app.config file into a DLL.
I understand that generally the App.config info should be put into the executable app.config. However i am building an add-in and have to executable available.
I would like to use the namespace.dll.config file to store my variables, but i need a way of loading it into the system.
Do you need to build out some code to load this file in?
Can you use the configurationManager namespace to make this happen easily?