Here is my way of getting a DotNet DLL to load its app.config file.
AppDomain.CurrentDomain.SetData ("APP_CONFIG_FILE",ConfigFile);
Where ConfigFile is the full path to your application's app.config file.(c:\test\myapp.config)
As a side note you may need to call ConfigurationManager.RefreshSection
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.