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

Web Content Management Scenario using RadEditor

5 Answers 165 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 09 Oct 2007, 02:42 PM
So I follow the instructions in the .chm file for installing RadEditor. Works fine. Then I click on the link to use the Web Content Management Scenario... and then I have a problem.

Step 1 - I open a Page Layout - Works fine

Step 2 - I add the line below without problem:

<%@ Register TagPrefix="SharePoint2" Namespace="Telerik.SharePoint" Assembly="RadEditorSharePoint, Version=4.4.0.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" %>

Step 3 - When I do this step, I have a problem:

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

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

Once I do this, I change the FieldName to the name of the field that was inserted there. Once I save and Approve the Page Layout and I go to create a new Page, based on that Page Layout I get the following error:

An error occurred during the processing of /_catalogs/masterpage/GeneralPage.aspx. Unknown server tag 'SharePoint2:RadHtmlField'.

Anyone know the problem???
Thanks

5 Answers, 1 is accepted

Sort by
0
Maximo Martinez
Top achievements
Rank 1
answered on 09 Oct 2007, 07:41 PM
I have this same problem. Did you get to solve this?

-MM
0
Steve
Top achievements
Rank 1
answered on 09 Oct 2007, 09:21 PM
Sorry, I have not solved this yet... I am going to try it on a different server in the morning. Will let you know if I get it to work.

Please let me know if you solve this as well.

Steve
0
James Fraser
Top achievements
Rank 1
answered on 12 Oct 2007, 03:13 AM
We are also encountering the same problem.

We are using the full version of the control (same code though, just a developer licence).

The same deployment steps are successful for the previous version of the control - this looks like a bug with this version?

FYI, we are using the control with 64-bit Windows 2K3 and 64-bit MOSS Standard.

NB - the RADEditor works fine as a Web Part embedded on a page - only falls over when implemented within a Page Layout for WCM.

Telerik guys - help!
0
Maximo Martinez
Top achievements
Rank 1
answered on 12 Oct 2007, 01:29 PM
This was given by Telerik to me:  (It solved the issue)

The register tag should be:
<%@ Register TagPrefix="radE" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=4.4.0.0, culture=neutral, PublicKeyToken=1f131a624888eeed" %>
(make sure that the Version and the PublicKeyToken match your version of RadEditor for MOSS)

Respectively, the declaration should state

 <radE:RadHtmlField id="Content" FieldName="..." runat="server"></radE:RadHtmlField>
where Fieldname points to the appropriate field.
0
Steve
Top achievements
Rank 1
answered on 12 Oct 2007, 04:13 PM
Thanks Maximo, that worked like a charm. Now to fiddle with this.

Thanks.

Steve
Tags
WebParts for SharePoint
Asked by
Steve
Top achievements
Rank 1
Answers by
Maximo Martinez
Top achievements
Rank 1
Steve
Top achievements
Rank 1
James Fraser
Top achievements
Rank 1
Share this question
or