B
Brad Wood
I think it's possible to use the System.Configuration.ConfigXmlDocument
class to load a config file other than my application's, but I doubt
that's the recommended way since that class is documented as "not
intended to be used directly from your code".
In 2.0, there is a bunch of new stuff in the System.Configuration
namespace but nothing that looks like what I need.
Is there a proper way to do this?
class to load a config file other than my application's, but I doubt
that's the recommended way since that class is documented as "not
intended to be used directly from your code".
In 2.0, there is a bunch of new stuff in the System.Configuration
namespace but nothing that looks like what I need.
Is there a proper way to do this?