R
Robert Dufour
I have a winforms project Vs2005 with one project - Project1 which is the
startup project and clsProject2 which is a class that is being used by
Project1 (an exception handler). In clsProject2 I have a procedure that must
take information from the app.config file of Project1. In the clsproject2 I
need to write code that gets the value of a setting in the app.config file
of Project1. I find that the code I had that seemed to work ijn Vs2003 now
no longer picks up the data in the Project1 app.config. Exactly how would I
be able to use code in clsProject2 to get configuration info from Project1
app.config.
I want to try to get the info via clsProject2 so that I can reuse the same
class without writing too much code in the calling projects to come later.
Any help would be really appreciated.
Thanks for any help.
Bob
startup project and clsProject2 which is a class that is being used by
Project1 (an exception handler). In clsProject2 I have a procedure that must
take information from the app.config file of Project1. In the clsproject2 I
need to write code that gets the value of a setting in the app.config file
of Project1. I find that the code I had that seemed to work ijn Vs2003 now
no longer picks up the data in the Project1 app.config. Exactly how would I
be able to use code in clsProject2 to get configuration info from Project1
app.config.
I want to try to get the info via clsProject2 so that I can reuse the same
class without writing too much code in the calling projects to come later.
Any help would be really appreciated.
Thanks for any help.
Bob