Im trying to add an app.config file to my DLL, but all attempts have failed.
According to MusicGenesis in \'Putting configuration information in a DLL\' this should
For a dll, it should not depend on configuration as configuration is owned by application and not by dll.
This is explained at here