Open new project drop the reportViewer on the page hit F5 and all i get is...
Server Error in '/ReportEngine' 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: The 'system.webServer' start tag on line 21 does not match the end tag of 'system.web'. Line 65, position 5. |
Source Error: |
Line 63: |
Line 64: |
Line 65: </system.web> |
Line 66: </configuration> |
Source File: C:\inetpub\wwwroot\web.config Line: 65 |
-------------------------------------------------------------------------------- |
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434 |
This happens with "anything" even opening up one of the examples and running it I have been over the web.config file a million times and it is formated just fine...
Here is where it gets even more mind boggling remove the
<
telerik:ReportViewer ID="ReportViewer1" runat="server" />
from the page and everything works fine I know this is not me as even if i do it manually following the getting started guide everything works fine creating the report class file etc. works like a charm and even in winForms it works but the second i drop and/or add the tag to the page BOOOM! and yes
<%
@ Register assembly="Telerik.ReportViewer.WebForms, Version=2.5.8.519, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" namespace="Telerik.ReportViewer.WebForms" tagprefix="telerik" %>
is registered and dll files are where they should be
Any Ideas, I am about ready to just go back to reporting services and crystal as this is driving me up a wall.
And before you ask I have tried this with and without ajax, on 2.0, 3.0 and 3.5 and no matter what i do it just bombs out