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

Rad Editor in moss wcm

1 Answer 51 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
kriengsak
Top achievements
Rank 1
kriengsak asked on 30 Apr 2009, 05:38 AM
Dear ,

I try to install rad editor to use in wcm like field control. I config follow instruction below

http://www.telerik.com/help/aspnet-ajax/using-radeditor-in-web-content-management-scenario.html


After i finish to install and create new page using custom pagelayout. i found that i can not edit rad editor and rad editor does't show any toolbar. What wrong ?.


Thanks,
Kriengsak M.

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 30 Apr 2009, 06:49 AM
Hello Kriengsak,

If you are using RadEditor for MOSS v 5.x, please make sure that you extended your site with Microsoft ASP.NET AJAX. Information on the matter you can find in the following help articles.
1. Extending your MOSS site with Microsoft ASP.NET AJAX 1.0 - for .NET 2.0
2. Extending your MOSS site with Microsoft ASP.NET AJAX 3.5 - for .NET 3.5. In addition to the article please make sure that you have the following code in web.config <runtime><assemblyBinding> section.
<dependentAssembly> 
  <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/> 
  <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/> 
</dependentAssembly> 
<dependentAssembly> 
  <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/> 
  <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/> 
</dependentAssembly> 



Kind regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
kriengsak
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or