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)
Page rendered at Friday, October 10, 2008 10:51:27 AM (Pacific Standard Time, UTC-08:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.