Hi, I have a C# solution with several projects (in VS2008); one that compiles to an .exe and the others to .dll's
Some of the dll's have web references added and, consequently, they each have their own app.config file automatically created. I would like to have just the one app.config file that resides in my main (exe) project but can't see how to do this. Can anybody help? I have been converting this project from VS2003 to VS2008. I did have this 'one config file' set up in 2003 but can't seem to replicate it this time round. The benefit I am looking for is for ease/maintenance. I would like to have just one place where I can, for example, edit the web service url's so that I can have a config file for UAT, for Dev, for prod etc.
Some of the dll's have web references added and, consequently, they each have their own app.config file automatically created. I would like to have just the one app.config file that resides in my main (exe) project but can't see how to do this. Can anybody help? I have been converting this project from VS2003 to VS2008. I did have this 'one config file' set up in 2003 but can't seem to replicate it this time round. The benefit I am looking for is for ease/maintenance. I would like to have just one place where I can, for example, edit the web service url's so that I can have a config file for UAT, for Dev, for prod etc.