On Tue, Nov 2, 2010 at 7:47 AM, Larry <[email protected]> wrote: > Hi Raghupathi, > > I've seen the 2nd MS link before, but it doesn't address the sort of > structure that I have with a collection within a collection. I need > to have it so that I would have one class where I can roll through > each "Clinic", and within each clinic, roll through each "LocInfo" > maintaining the relationship of LocInfo to Clinic. > > In the Section Grouping example (1st link), it doesn't show what the > actual configuration XML, just the section groupings, so I'm having a > problem invisioning what the config XML would look like. It appears > though that this example is only showing how to retrieve the > ConfigSections information, not the actual configuration information. > Unless I'm completely missing the point (possible...), I don't > understand how this would relate to the configuration XML structure > type that I'm looking to use. -----------------
Sounds like you really need this as meta data in XML and not part of the .config file. In that you could Linq query the value you NEED in one shot, and that is your point of failure in the current config mythology right? You could bind the XML to the dll and keep it out of sight. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
