Hey All,
Another question around a more modular design approach. So far the answers I've seen say to use a xml properties file, or to use a key value properties file.
I have an application that will load dlls. These dlls have configuration information that they need to use. Basically I want a dll specific app.config file. This doesn't seem to work unless the info is within the .exe, which is not what I want to happen.
Any thoughts would be appreciated, thanks!
Another question around a more modular design approach. So far the answers I've seen say to use a xml properties file, or to use a key value properties file.
I have an application that will load dlls. These dlls have configuration information that they need to use. Basically I want a dll specific app.config file. This doesn't seem to work unless the info is within the .exe, which is not what I want to happen.
Any thoughts would be appreciated, thanks!
Comment