srinath

srinath

  • NA
  • 144
  • 0

project dependency

Mar 29 2013 1:55 PM
Hi,
   
I have a solution with 2 projects, Both projects are console application projects.
2nd project consists of app.config file where keys are fetched and those keys are used in the code file of 1st project.
While executing the project, I am unable to access the key values in the code. I am able to see null values.
for 1st project, I have given project dependency as 2nd project and I have also referenced .dll file of 2nd project in the 1st project.
how can I access the app.config file data in the 1st project. 
I have searched in Google but I couldn't find the solution.
Please help me in finding a solution.