There is a service that works with the dll library connected to it. The library stores some settings in the App.Config file. Question: how to enable the user to change these settings manually? There is an idea to create a separate window application that would change the fields in the App.Config file. I would like to find the best solution.

  • Uh ... Are you sure it works? If I'm not mistaken, the app.config for the DLL is generally ignored. - VladD
  • Yes it works. In the project with the library is the app file., In it the values ​​of variables, everything as planned. - Mihail

0