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

Error on using RadEditor tool

1 Answer 66 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Sindhuja
Top achievements
Rank 1
Sindhuja asked on 19 Apr 2013, 05:20 AM
I want to the RadEditor control in ascx page (to be used in SP2010 webpart). But I receive the below error.
1) I have added reference of RadEditorSharePoint.dll, Telerik.Ajax.SharePoint.dll and Telerik.Web.UI.dll
2) Have added

<%@ Register Assembly="RadEditorSharePoint, Version=6.3.0.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"

Namespace="Telerik.SharePoint" TagPrefix="telerik" %>
in the ascx page

3) Have deployed the RadControlsSP.wsp from Telerik.SharepointAccelerationKit_2012_1_CTP_Trial.

    But Still I receive the error as shown below.

Compiler Error Message: CS0012: The type 'Telerik.Web.UI.RadEditor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.Web.UI, Version=2012.1.215.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'.

Source Error:

 

Line 1154:       
Line 1155:        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 1156:        private global::Telerik.SharePoint.MOSSRadEditor @__BuildControlrtxtDetail() {
Line 1157:            global::Telerik.SharePoint.MOSSRadEditor @__ctrl;
Line 1158:           
 

Please help on the same.

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 23 Apr 2013, 06:25 AM
Hi,

Could you send me the elements in the web.config file of your SP2010 site, regarding Telerik? If it is OK you can send me the whole web.config as well. I will review it and advise you further. Also check if the correct version of Telerik.Web.UI and RadEditorSharePoint assemblies are deployed in the GAC.


Regards,
Stanimir
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 and SharePoint 2007 demo sites.
Tags
Sharepoint Integration
Asked by
Sindhuja
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or