This is a migrated thread and some comments may be shown as answers.

Migrating to newer version

1 Answer 57 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
danny
Top achievements
Rank 1
danny asked on 16 Jun 2011, 06:50 PM
Here is my situation, we have a farm using RadEditor 4.3.2 and we are migrating this site to another farm that is using 4.5.6.   After the migraiton the RadEditor webparts that already existed in the site are shown as a web part error.  Is there any way to get this to work because I cannot find this older version of the editor, or is there somewhere I can download this from?

1 Answer, 1 is accepted

Sort by
0
Accepted
Stanimir
Telerik team
answered on 17 Jun 2011, 06:54 AM
Hi danny,

Check the following online help article: Upgrade Instructions from version 4.x to version 5.x.

In your case you should add to the web.config the following elements:
1. SafeControl:
<SafeControl Assembly="RadEditorSharePoint, Version=4.3.2.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint" TypeName="*" Safe="True" />
2. depndentAssembly:
<dependentAssembly>
    <assemblyIdentity name="RadEditorSharePoint" publicKeyToken="1f131a624888eeed" culture="neutral"/>
    <bindingRedirect oldVersion="1.0.0.0-4.5.6.0" newVersion="4.5.6.0" />
</dependentAssembly>




Kind regards,
Stanimir
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
WebParts for SharePoint
Asked by
danny
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or