I'm getting the following error in all Telerik reports in a .NET 4.0 web app I have recently taken over from somebody else who has resigned. Thus far I've had success by installing required MSI files and removed hard-coded versions in web.config files and adding references to the DLL files. But this approach hasn't worked for Telerik ReportViewer. Am I missing something? I've installed Reporting Q3 2010 and added references to Telerik.Reporting.dll and Telerik.ReportViewer.WebForms.dll and also ticked quite a few related namespaces below these references in the properties for the solution, but am getting nowhere. I have never used Telerik before but like what I see so far, apart from these errors :-(
Here's the error (and thanks):
Server Error in '/' Application.
Parser Error Message: Unknown server tag 'telerik:ReportViewer'.
Source Error:
Source File: /MyReport.aspx Line: 5
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225
Here's the error (and thanks):
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.Parser Error Message: Unknown server tag 'telerik:ReportViewer'.
Source Error:
|
Source File: /MyReport.aspx Line: 5
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225