I have a problem with loading assemblies using reflection and reading configuration files. I load an assembly using Assembly.Load() method. Then I invoke a method from that assembly. This method calls System.Configuration.ConfigurationSettings.AppSettings["MyKey"] and the result of that call is always null.
Is there any way to make my (loaded using reflection) assembly to read it's app.config file ??
Thanks and Best Regards, Bogdan
=================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in:
NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls
View archives and manage your subscription(s) at http://discuss.develop.com
