Error: 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.
Cause: Look in your SharePoint web.config file you'll see
<add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />.
Fix: I looked at the Microsoft.SharePoint.Portal.Analytics Namespace and couldn't find a UI.ReportViewerMessages, so I just removed it from the web.config and I haven't experienced any issues.
You can also remove the setting from your ReportServer web.config's just add:
<appSettings>
<remove key="ReportViewerMessages" />
</appSettings>
you are my hero today!!!
ReplyDeleteThanks! Worked for me. However have to wonder why setting this all up has to be so hard - taken me days to sort! Microsoft needs to make setup much easier!
ReplyDeleteThanks again.
Thanks a lot !!!! :)
ReplyDeleteTake a look at _layouts/SPUsageSite.aspx (or similar pages for site usage reports). Are they broken as a result of this?
ReplyDeleteNo, I use the usage pages quite frequently and they work fine with graphs.
ReplyDelete