How to get common library to read App.config of current executable

Posted by Rob Segal on Stack Overflow See other posts from Stack Overflow or by Rob Segal
Published on 2010-04-28T16:18:19Z Indexed on 2010/04/28 16:23 UTC
Read the original article Hit count: 406

I have a common library and two executables. Each executable refers to the common library for some functionality. I would like the common library to read from the app.config of the exe which is currently running.

Is there specific API calls to do this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about app-config