blackpoint error - Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages... does not implement IReportViewerMessages

If you get the following error when trying to run a k2 blackpoint report for the first time:

'Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' does not implement IReportViewerMessages'

Please add the following line to the system.web/httpHandlers section of the Reporting Sites’ web.config file :

<add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

And remove the following line from the web.config:

<add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />


Posted Tue, Feb 2 2010 12:36 PM by nicholas.kotze@k2workflow.com