S
Steve
Hi all
I am using App.Config files to store custom settings in the appSettings
section for my executable. This works fine, but I have another Assembly
which is a dll and I can't seem to get the dll to read from the config file.
Is it possible to do this?
I have placed the config file 'MyAssembly.dll.config' in the same folder as
the assembly itself, but when I step through the code it doesn't pick up the
values like my exe config file.
Any help is greatly appreciated,
Kind Regards,
Steve.
I am using App.Config files to store custom settings in the appSettings
section for my executable. This works fine, but I have another Assembly
which is a dll and I can't seem to get the dll to read from the config file.
Is it possible to do this?
I have placed the config file 'MyAssembly.dll.config' in the same folder as
the assembly itself, but when I step through the code it doesn't pick up the
values like my exe config file.
Any help is greatly appreciated,
Kind Regards,
Steve.