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

[Solved] Radeditor + Dot Net Framework 3.5

1 Answer 15 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ben
Top achievements
Rank 1
Ben asked on 02 Jun 2009, 09:16 PM
Does the Radeditor work on a install that runs dotnet framework 3.5 sp1?

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 03 Jun 2009, 12:53 PM
Hi Ben,

If you are using the RadEditor for MOSS 4.x, which is based on the classic ASP.NET RadEditor control, there should be no problem running it in dotnet framework 3.5 sp1.

If you are using the Full version of RadEditor for MOSS 5.x, which is based on the latest RadEditor for ASP.NET AJAX control, you will need to add the
following bindingRedirect elements to the 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> 
 

I hope this helps.

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
RadEditor
Asked by
Ben
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or