Hello.
I'm converting a SharePoint web farm from MOSS 2007 to SharePoint 2010 Enterprise, and my client uses the RadEditor for MOSS. We currently have RadEditor 5.8.4.0 (radeditormoss.wsp) installed. On one of our sites, we can't put any publishing pages in edit mode without getting the following error. Does anyone know what might be causing this error?
01/13/2011 11:10:44.51 w3wp.exe (0x03D0) 0x1414 SharePoint Foundation Runtime tkau Unexpected System.MissingMethodException: Method not found: 'Boolean Microsoft.SharePoint.Publishing.WebControls.HtmlEditor.get_DisableBasicFormattingButtons()'. at Telerik.SharePoint.RadHtmlField.SetEditorProperties() at Telerik.SharePoint.RadHtmlField.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoi... faaa8390-d548-4d90-a646-4d9a457df63e
Thanks!
5 Answers, 1 is accepted
0
Hello Brad,
Could you send me the web.config file of your SharePoint 2010 site? I will check it and advise you further.
Regards,
Stanimir
the Telerik team
Could you send me the web.config file of your SharePoint 2010 site? I will check it and advise you further.
Regards,
Stanimir
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Brad
Top achievements
Rank 1
answered on 19 Jan 2011, 03:16 PM
Thank you Stanimir.
I'd be happy to send you the entire web.config, or post the relevant sections for you to look at. There are some sections of the web.config I'd rather not post publicly. Would you please tell me what email address to send the entire file, or advise which sections you'd like to see? I am posting the safe control section, which is the only section that has reference to 'Telerik' or 'RadEditor'.
I'd be happy to send you the entire web.config, or post the relevant sections for you to look at. There are some sections of the web.config I'd rather not post publicly. Would you please tell me what email address to send the entire file, or advise which sections you'd like to see? I am posting the safe control section, which is the only section that has reference to 'Telerik' or 'RadEditor'.
<
SafeControls
>
<
SafeControl
Assembly
=
"System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.HtmlControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"SqlDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"AccessDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"XmlDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace
=
"System.Web.UI.WebControls"
TypeName
=
"ObjectDataSource"
Safe
=
"False"
AllowRemoteDesigner
=
"False"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ImageWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PageViewerWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"TitleBarWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"MembersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ImageWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PageViewerWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"TitleBarWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"MembersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Search.Internal.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"XsltListViewWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"ImageWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PageViewerWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"PictureLibrarySlideshowWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"TitleBarWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"MembersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebPartPages"
TypeName
=
"SPUserCodeWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.ApplicationPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.ApplicationPages.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Applications.GroupBoard.WebPartPages"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Applications.GroupBoard.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.SoapServer"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Meetings"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Workflow"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Search.Internal.WebControls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Src
=
"~/_controltemplates/*"
IncludeSubFolders
=
"True"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace
=
"System.Web.UI"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Access.Server.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Access.Server.UI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Access.Server.Application, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Access.Server.Data"
TypeName
=
"AccessServicesDataSource"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Access.Server.Application, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Access.Server.Data"
TypeName
=
"ApplicationCookie"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Workflow.Feature, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Workflow.Feature"
TypeName
=
"ProcessAllTasksButton"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.DocumentManagement, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Policy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.RecordsManagement.Controls"
TypeName
=
"*"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Excel.WebUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"DateFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"PageContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryStringFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerTextWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerChoicesWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.FilterControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.InfoPath.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.InfoPath.Server.Controls.WebUI"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Chart, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.PerformancePoint.Scorecards.WebControls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.PerformancePoint.Scorecards.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ProfilePagesControl"
/>
<
SafeControl
Assembly
=
"Microsoft.ReportingServices.SharePoint.UI.ServerPages, Version=10.50.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace
=
"Microsoft.ReportingServices.SharePoint.UI"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace
=
"Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.Internal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.Navigation"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebControls.FieldTypes"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.Internal.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.Navigation"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"ContentByQueryWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"SummaryLinkWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"TableOfContentsWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"MediaWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"ContentByQueryWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"SummaryLinkWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Publishing.WebControls"
TypeName
=
"TableOfContentsWebPart"
Safe
=
"True"
SafeAgainstScript
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Excel.WebUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Excel.WebUI"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.MobileControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValuePair"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValues"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"IScorecardFilterValues"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersToolPart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersButtonAlign"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ApplyFiltersWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerBaseWebPart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserInputFilterWebPart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"MultiValuedUserInputFilterWebPart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterMultipleValueHandling"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ContextFilterWebPart"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"DateFilterDefaultValueKind"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"DateFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterProviderConnectionPoint"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ListFilterValuesPickerUIContextBase"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValuesPickerDialog"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"StaticListFilterValuesPickerContext"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"PageContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryStringFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerTextWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"FilterValuePairCollection"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SPSlicerChoicesWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserContextFilterValueKind"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"UserContextFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"ScorecardFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"BusinessDataFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SpListFilterWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
SafeAgainstScript
=
"true"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"MessageKind"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"MessagePanel"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBox"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBoxEx"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryResultsDateTimeFormatType"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchResults"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"LocStringId"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBox"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchBoxEx"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"QueryResultsDateTimeFormatType"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"SearchResults"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"LocStringId"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.Search.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Portal.WebControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.Search.Monitoring"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.Search.MobileControls"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.SharePoint.ClientExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.SharePoint.ClientExtensions.Publishing"
TypeName
=
"TakeListOfflineControl"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.SharePoint.ClientExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.SharePoint.ClientExtensions.Publishing"
TypeName
=
"TakeListOfflineRibbonControl"
/>
<
SafeControl
Assembly
=
"Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.SharePoint.Taxonomy"
TypeName
=
"*"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Visio.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Visio.Server.WebControls"
TypeName
=
"*"
Safe
=
"True"
/>
<
SafeControl
Assembly
=
"Microsoft.Office.Server.WebAnalytics.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace
=
"Microsoft.Office.Server.WebAnalytics.Reporting"
TypeName
=
"WhatsPopularWebPart"
Safe
=
"True"
AllowRemoteDesigner
=
"True"
/>
<
SafeControl
Assembly
=
"Leadit.SharePoint.Administration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bb3cb8ddab1d86c9"
Namespace
=
"Leadit.SharePoint.Administration"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"BasicFrame.WebControls.BasicDatePicker, Version=1.4.0.25598, Culture=neutral, PublicKeyToken=e1cce521aa9b4849"
Namespace
=
"BasicFrame.WebControls"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Version3.SSO.EA.SharePoint.WebParts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eb42ead827741bcd"
Namespace
=
"Version3.SSO.EA.SharePoint.WebParts"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2010.3.1109.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2010.3.1109.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Editor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2010.3.1109.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Widgets"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2010.3.1109.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditor_CSDialog, Version=1.0.0.0, Culture=neutral, PublicKeyToken=dc37d456f9c30cd1"
Namespace
=
"RadEditor_CSDialog"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.8.4.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.8.4.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.FieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.8.4.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.ListFieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
</
SafeControls
>
0
Hello Brad,
Could you confirm that you are trying to install RadEditor for MOSS 5.8.4 in SharePoint 2010. If this is the case you should know that there is a specially designed RadEditor for SharePoint 2010 and its version is 6.x.x. I created a small video where you can see how to download the free trial version of the control: http://screencast.com/t/fgKKHB3l.
Also review the following online help article: http://www.telerik.com/help/aspnet-ajax/sp2010-upgrading-radeditor-newer-version.html. The steps 7. and 8. regard using RadEditor for MOSS (in case of upgrade from SharePoint 2007 to SharePoint 2010) as well.
Best wishes,
Stanimir
the Telerik team
Could you confirm that you are trying to install RadEditor for MOSS 5.8.4 in SharePoint 2010. If this is the case you should know that there is a specially designed RadEditor for SharePoint 2010 and its version is 6.x.x. I created a small video where you can see how to download the free trial version of the control: http://screencast.com/t/fgKKHB3l.
Also review the following online help article: http://www.telerik.com/help/aspnet-ajax/sp2010-upgrading-radeditor-newer-version.html. The steps 7. and 8. regard using RadEditor for MOSS (in case of upgrade from SharePoint 2007 to SharePoint 2010) as well.
Best wishes,
Stanimir
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Brad
Top achievements
Rank 1
answered on 19 Jan 2011, 04:36 PM
Yes, that is correct. I am testing 5.8.4 in a 2010 upgrade scenario. We've had some errors using version 6 of the RadEditor, which I won't detail in this post because we are following up separately.
Even though version 6 is available, is it possible to use version 5.8.4 in SharePoint 2010? Or, is version 5.8.4 not compatible with SharePoint 2010?
Even though version 6 is available, is it possible to use version 5.8.4 in SharePoint 2010? Or, is version 5.8.4 not compatible with SharePoint 2010?
0
Hello Brad,
5.x.x version (including 5.8.4) of RadEditor for MOSS is not compatible with SharePoint 2010. If you have problems with 6.x.x version, please open a separate support ticket and explain them in it. I will be glad to help you further.
Thank you.
All the best,
Stanimir
the Telerik team
5.x.x version (including 5.8.4) of RadEditor for MOSS is not compatible with SharePoint 2010. If you have problems with 6.x.x version, please open a separate support ticket and explain them in it. I will be glad to help you further.
Thank you.
All the best,
Stanimir
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.