Error: BuildProviders cannot be defined - Need help resolving for locally run web report.
I receive the following error when I try to run a report on the web server; the report runs fine on my local pc.
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:The element 'buildProviders' cannot be defined below the application level.
Source Error:
Line 34: <add assembly="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />Line 35: </assemblies> Line 36: <buildProviders> Line 37: <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> Line 38: </buildProviders> |
Source File:E:\inetpub\wwwroot\itstrain\bennegp\web.config Line:36
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

