I have a C# app that references another C# dll which in turn uses Enterprise Library. Because my app has no config xml file for setting the Enterprise Library settings, it is throwing an error, specifically:
"The configuration section for Logging cannot be found in the configuration source."
"Microsoft.Practices.EnterpriseLibrary.Logging"
I would rather not add an XML config file to my app to just turn off Enterprise Library. Is there a code way to do so in my the source for my app?
EDIT:
I'm on EL 4.1