I have an another problem. I'm writing a class which use ConfigurationSection and loads configuration section like this: protected GlobalConfigSection GcSection { get { m_GcSection = (GlobalConfigSection)ConfigurationManager.GetSection( "GlobalConfigSection" )?? new GlobalConfigSection...