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

Publishing problem

2 Answers 105 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 04 Dec 2008, 01:35 PM
I have installed the Radeditor Lite to my site,
It is now working fine in a webpart and as the enhanced rte for multiple line list items.

The site is a publishing site and I have followed the instuctions to replace the built in rich text editor but it does not work.

Here is my Layout aspx -->
<%@ Page language="C#"   Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,
Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls"
Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages"
Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls"
Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation"
Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register TagPrefix="radE" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint,
Version=4.5.3.0, culture=neutral, PublicKeyToken=1f131a624888eeed" %>
<asp:Content ContentPlaceholderID="PlaceHolderPageTitle" runat="server">
 <SharePointWebControls:FieldValue id="PageTitle" FieldName="Title" runat="server"/>
</asp:Content>
<asp:Content ContentPlaceholderID="PlaceHolderMain" runat="server">
<radE:RadHtmlField id="Content" FieldName="HTML_1" runat="server"></radE:RadHtmlField>
</asp:Content>

The preview pane shows an error saying:
Error Rendering Control - Content
Could not load file or assemply 'RadEditorSharePoint,
 Version=4.5.3.0, culture=neutral, PublicKeyToken=1f131a624888eeed' or one of its dependencies.
The system cannot find the file specified.

Can anyone help?

2 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 04 Dec 2008, 02:32 PM
Aha!  Don't believe the documentation... the installation instructions were technically incorrect... the version value in my web.config was not the value specified in either the online instructions or the CHM.... in fact all 3 were different!

Working now...

However the main reason I downloaded radeditor Lite was because our client wants to load Flash content -- someone said Telerik did this ...cant seem to used the <embed> tag -  does Lite not do this?

0
Stanimir
Telerik team
answered on 05 Dec 2008, 05:11 PM
Hello John,

RadEditor for MOSS comes with integrated FlashManager dialogue. You can use it to import flash objects in the editing content. More information about it is available in our online help http://www.telerik.com/help/aspnet-ajax/flash_manager.html

I hope this helps.

Best wishes,
Stanimir
the Telerik team

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