I am trying to use app configuration file (I added App.config file to solution, reading it with ConfigurationManager), when I start the program from VS (in debug mode) everything is fine, but if I start it like a application (exe file) it can't find config
file. The name are equeal (app.exe and app.exe.config). Anybody knows the solution? Thank you
↧