Post

How to fix the The type Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages does not implement IReportViewerMessages or could not be found error

1
The type Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c does not implement IReportViewerMessages or could not be found

This nasty error message appeared when I published my Reporting Services local report to a custom Web Part.

I solved this be comment out the ReportViewerMessages line in appSettings section in the web.config

1
2
<appSettings>
<!-- <add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics...... /> -->

So far, I haven’t seen any issues by commenting out this entry.

This post is licensed under CC BY 4.0 by the author.