I have 2 projects in the same solution: One is a windows project and the other one is a console application. They both have 2 app.config in each project.
I am trying to read the values from the .vshost.exe.config from windows application(Project 1) into the Console application (Project 2).
I am finding it difficult to get the path of this config files read into the 2nd project.
Any pointers in achieving this, would be greatly helpful