In my solution, we do have 2 projects, one of those contains App.config. I used the namespace of other project in my project. What happens is, the other project's class is using App.config node is not giving me the value of the node. How can I access the same? Below is my tree structure of the solution-
MySolution
-Project1
--Class1
-Project2
--Class1
--App.config