Re: merging app.config files
- From: "Mary Chipman [MSFT]" <mchip@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 05 Apr 2006 13:28:07 -0400
Providing I understand your question correctly, you can merge
app.config files by copying and pasting the sections you want into one
physical file. When the app is compiled, it gets placed in the same
directory as the executable.
--Mary
On 4 Apr 2006 16:56:23 -0700, "zuhx" <zuhx17@xxxxxxxxx> wrote:
I am trying to access ApplicationSettings defined in one project from.
another. However it doesn't seem like I can do this. I am trying to
set the ConnectionString in the app.config of the executable project
and be able to reference in all the other projects of the solution.
One answer I found suggested on this message board was to merge the
app.config of the other projects with the app config of the executable
project. How do I go about doing this?
- References:
- merging app.config files
- From: zuhx
- merging app.config files
- Prev by Date: Re: Help connecting to Access DB from web service
- Next by Date: Re: How to determine when a DataGridView's DataSource is finished being populated
- Previous by thread: merging app.config files
- Next by thread: Re: Retrieving a single value from a dataset
- Index(es):
Relevant Pages
|