Common.Logging config exception
问题 I'm getting the following exception when I try to call var log = LogManager.GetLogger(this.GetType()); A first chance exception of type 'Common.Logging.ConfigurationException' occurred in Common.Logging.dll An unhanded exception of type 'Common.Logging.ConfigurationException' occurred in Common.Logging.dll Additional information: Failed obtaining configuration for Common.Logging from configuration section 'common/logging'. This is a .NET 4 application with references to log4net.dll Common