I have written a windows service that references a library written by another colleague. The library uses an app.config file and has three values in its section. I've added the same settings to the of my service but when the library reads them they are empty. The service itself has its own values in the same section and they are read fine. When installing the service I put its .EXE file, the library .DLL and the config file in one folder and then use installUtil.exe to install the service. What am I missing? Why doesn't the library see the configuration?
Thanks in advance.