I had design issues when I wrote my own journal system. The app.config application to build the dll does not load. The executable file for your application / service / etc. this is what loads and ignores dll configuration. You will either have to implement your own code to read / write / load / etc or just set all the configuration values ββto the app.config service (much better if possible).
source
share