0

Visual Studio 2003、ASP.NET 1.1 (レガシー アプリケーション) で Elmah を使用しようとしています。Elmah.dll への参照を追加しようとすると、VS 2003 は次のようなエラーをスローします。

Configuration Error 
Description: An error occurred during the processing of a configuration file required 
to service this request. Please review the specific error details below and modify 
your configuration file appropriately. 

Parser Error Message: Unrecognized attribute 'requirePermission'.

Source Error: 


Line 4:         <section name="exceptionManagement" 
    type="Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler,Microsoft.ApplicationBlocks.ExceptionManagement" />
Line 5:          <sectionGroup name="elmah">
Line 6:             <section name="security" requirePermission="false"             type="Elmah.SecuritySectionHandler, Elmah" />
Line 7:             <section name="errorLog" requirePermission="false"     type="Elmah.ErrorLogSectionHandler, Elmah" />
Line 8:             <section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" />


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2494; ASP.NET     
Version:1.1.4322.2494 

助けてください

4

1 に答える 1

0

次の場所で elmah のすべての回答を見つけました。

.NET 1.1 アプリケーションの Elmah ヘルプ

于 2013-06-24T07:08:16.030 に答える