I am developing in C #, I opened a Class Library project to for to get DLL. I have a problem when I add app.config manually , when i get the value from a config, the value is null, its mean, the code does not recognize the config file I turn config as usual. And get NULL;
string test = ConfigurationManager.AppSettings["Test"];
thank you for your help