0

我正在尝试将 Elmah 与 Visual Studio 2003、ASP.NET 1.1(旧版应用程序)一起使用。当我尝试添加对 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 回答