我在我的類庫中使用MS企業庫版本4.1。在app.config文件中,我已經在配置文件中插入了「loggingConfiguration」和「exceptionHandling」的適當條目。但是,它會導致崩潰,即「在配置源中找不到配置部分」。使用MS企業庫進行日誌記錄
configSections
<configSections>
<section name="loggingConfiguration"
type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging,
Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<section name="exceptionHandling"
type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling,
Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
我已經在configSection.i.e中做了該鏈接。 –
我已經在configSection.ie configSections> –
詳細說明,我正在做一個(WCF RIA服務的網絡類庫)的日誌記錄和該項目的參考用於Web項目。 –