Archived

This forum has been archived. Please start a new discussion on GitHub.

IceBox/ C# and App.config

Hi!

I'm currently playing around with IceBox and C# (using .net 2.0 with a custom-built Ice environment). From within the class library I created I'm using third-party libraries like log4net which relies on a configuration from within the App.config file. Apparently, the AppSettingsReader class doesn't load this file which results into a "null-configuration of log4net". Also I cannot load my own application settings which are also placed in App.config, as suggested for .net.

Does anyone have experience on the behaviour of System.Configuration.AppSettingsReader in conjunction with class libraries?

regs,

Stephan