Re: [ADVANCED-DOTNET] Configuration File per Assembly

2003-03-24 Thread Chris Stefano
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

Re: [ADVANCED-DOTNET] Configuration File per Assembly

2003-03-24 Thread Lidor Wyssocky
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 =

Re: [ADVANCED-DOTNET] Configuration File per Assembly

2003-03-24 Thread Paul Gale
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 >

[ADVANCED-DOTNET] Configuration File per Assembly

2003-03-24 Thread Chris Stefano
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