Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone

I am using Visual studiio 2012 sql server 2012 there is a error while using rdlc report in web.config file. Please help.


error message

VB
Server Error in '/admissionform_Mphil' Application.

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 configuration section system.web/assemblies.


Code :

XML
Line 16:     <customErrors mode="Off"/>
Line 17:     <compilation debug="true" targetFramework="4.0"/>
Line 18:     <assemblies>
Line 19:       <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 20:       <add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900