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

Setup in Designer not working

1 Answer 71 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
craig
Top achievements
Rank 1
craig asked on 06 Feb 2009, 01:38 AM
I have the lite version of the RadEditor installed on a Sharepoint server, however when trying to setup through Designer I continue to get an error. I've followed the instructions at:
http://www.telerik.com/help/aspnet-ajax/using-radeditor-in-web-content-management-scenario.html

That is not working for me. When I create a new article page using this page layout I get the following error:

An error occurred during the processing of . Could not load file or assembly 'RadEditorSharePoint, Version=4.5.4, Culture=neutral, PublicKeyToken=1f131a624888eeed' or one of its dependencies. The system cannot find the file specified.

I've checked and verified the lite version we have installed is 4.5.4. Any insight would be appreciated.

Thanks, Craig

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 09 Feb 2009, 02:24 PM
Hello Craig,

In order to use the RadEditor in Web Content Management scenario please try the following steps.

1. Open a page in the Microsoft Office SharePoint Designer 2007. Select the page you wish to modify and choose Edit Page Layout.

2. At the top, after the default SharePoint Register tags add the following registration line:

 <%@ Register TagPrefix="radE" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=4.5.4.0, culture=neutral, PublicKeyToken=1f131a624888eeed" %>

3. Replace the tag of the default editor <PublishingWebControls:RichHtmlField ... >  with the RadEditor tag:

<radE:RadHtmlField id="Content" FieldName="..." runat="server"></radE:RadHtmlField>

I hope this helps.


Kind regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
craig
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or