Summary
This article outlines the steps on how to fix the issue of unable to display multi-select check boxes on SharePoint lists and libraries.
Symptoms:
iMush bundle and iMush multi-select feature are installed and activated successfully. However the check boxes are not displaying.
Product & Version
iMush Printing Feature for SharePoint 2007: 1.x.xx and below
iMush Printing Feature for SharePoint 2010: 11.x.xx and below
Resolution
Open up your web.config on your server. If the following safe control entries are not displayed, please add them and save.
<SafeControl Assembly="KWizCom.SharePoint.iMUSH, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30fb4ddbec95ff8f"
Namespace="KWizCom.SharePoint.iMUSH" TypeName="*" Safe="True" />
<SafeControl Assembly="KWizCom.SharePoint.SharedFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30fb4ddbec95ff8f"
Namespace="KWizCom.SharePoint.SharedFeatures.SPActions" TypeName="*" Safe="True" />
<SafeControl Assembly="KWizCom.SharePoint.SharedFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30fb4ddbec95ff8f"
Namespace="KWizCom.SharePoint.SharedFeatures" TypeName="*" Safe="True" />
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!