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…