Thanks
I'll have a look at this.
Great Site BTW!
- Original Message -
From: "Lidor Wyssocky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 11:40 AM
Subject: Re: [ADVANCED-DOTNET] Configuration File per Assembly
> You might w
You might want to consider an alternative configuration scheme:
http://www.sharpdevelopment.com/ToolBox/ConfigurationSoftwareService/Configu
rationSoftwareService.htm
Lidor Wyssocky
Lidor Wyssocky
www.SharpDevelopment.com
=
You'll have to roll you're own code to perform per-assembly configuration.
Alternatively, take a
look at Mike Woodring's collection of .NET samples one of which has code for just what
you're
looking for.
http://www.bearcanyon.com/dotnet/
Paul
--- Chris Stefano <[EMAIL PROTECTED]> wrote:
> Hi
>
Hi
The ConfigurationSettings.GetConfig() method only accesses the config file of the app
that started the process.
I need to have a configuration file per assembly and I would like to use the
System.Configuration classes to process these files instead of rolling my own.
i.e App1.exe => App1.e