ロギング用に別のコンソール アプリケーションを作成し、その単一のコンソール dll をロギング用に複数のアプリケーションに追加しました。アプリケーションを実行するとすぐに、ログは正常に記録されますが、次のエラーも表示されます
log4net:ERROR XmlConfigurator: Failed to find configuration section 'log4net' in the application's .config file. Check your .config file for the <log4net> and <configSections> elements. The configuration section should look like: <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
log4net: エラー XmlConfigurator: アプリケーションの .config ファイルで構成セクション 'log4net' が見つかりませんでした。および 要素の .config ファイルを確認します。構成セクションは次のようになります。
何か案が?