Summary
Stack trace error message says the following:
The SiteMapProvider 'WikiPlusMapProvider' cannot be found
Symptom
When you open any page in WikiPlus site or library you may get the server error:
The SiteMapProvider 'WikiPlusMapProvider' cannot be found
Sometimes the page can show "Unexpected error", but you can find full description in EventLog or SharePoint log file
Resolution.
Add the following XML
For SharePoint 2007:
<
add
name
=
"WikiPlusMapProvider"
type
=
"KWizCom.SharePoint.WikiPlus.Pages.WPMapProvider, KWizCom.SharePoint.WikiPlus.Pages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30fb4ddbec95ff8f"
/>
For SharePoint 2010: and 2013
<
add
name
=
"WikiPlusMapProvider"
type
=
"KWizCom.SharePoint.WikiPlus.Pages.WPMapProvider, KWizCom.SharePoint.WikiPlus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30fb4ddbec95ff8f"
/>
between the
tags in the web.config file for current web application.
More Information
n/a
On a scale of 1-5, please rate the helpfulness of this article
Optionally provide private feedback to help us improve this article...
Thank you for your feedback!