2
Reply

Config file for DLL

Irv Adams

Irv Adams

Oct 7 2008 10:53 AM
7.3k

To All:

I have a C# EXE and a C# DLL that is used by the EXE. I have a config file for both, created via the Properties tab and named <appname>.exe.Config and <DLLName>.dll.config. I can read and update the C# EXE Config file just fine but there seems to be a strange caching situation with the Config for the DLL. I can make a change and it will take a long tiome to see it, or it won't really change until I alter it within the DLL code and rebuild.

Any ideas, thanks!


Answers (2)