Hi Tim,
The RadEditor for MOSS is built using the Microsoft ASP.NET Ajax Extensions 1.0 (version
1.0.61025.0). Since you are using different versions (3.5.0.0 for System.Web.Extensions and 2008.x.xxx.35 for Telerik.Web.UI) you will need to add <bindingRedirect> elements for those two assemblies in the web.config file.
<dependentAssembly>
<assemblyIdentity name="
System.Web.Extensions" publicKeyToken="
31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="
1.0.61025.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="
Telerik.Web.UI" publicKeyToken="
121fae78165ba3d4" culture="neutral" />
<bindingRedirect oldVersion="
2008.x.xxx.20" newVersion="
2008.x.xxx.35" />
</dependentAssembly>
This should allow SharePoint to get the proper references and display the editor. I hope this helps.
Sincerely,
George
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.