Stuck on v2 ConfigurationSection class

This will teach me to write a ton of code on the first beta...

Back in "the day" of beta 1 of .NET v2, I could:

XmlNode myNode = ConfigurationSection.GetRawXml().SelectSingleNode("myNode");

Well, that GetRawXml() method has since gone away. How do I do the same thing? Brain hurts getting my head around the changes.

No Comments