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

MOSS Rad Editor Installation

1 Answer 129 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
mats
Top achievements
Rank 1
mats asked on 27 Apr 2009, 09:08 AM

Hi there,

Q1. Does the MOSS Rad Editor installation support side by side installation? Both version 2008 Q3 and 2009 Q1 in the same MOSS farm.

Q2. We have only installed ASP.NET AJAX 3.5 to get MOSS Rad Editor work. In your installation guide ASP.NET AJAX 1.0 is required. Do we need to install both versions of ASP.NET AJAX 1.0 and 3.5?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 28 Apr 2009, 02:19 PM
Hi mats,

1. MOSS Rad Editor does not support side by side installation.

2. There is no need to install ASP.NET AJAX 1.0, but you need to add the following lines 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.

Greetings,
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
mats
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or