Hi,
You should add both
Telerik.Web.UI.Skin
s.dll and
Telerik.Web.UI.dll assemblies from bin35 folder to the
GAC. Once you do that open the \inetpub\wwwroot\wss\VirtualDirectories\80\web.config file and add the following entries in it:
<SafeControl Assembly="
Telerik.Web.UI, Version=2012.x.xxx.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" />
<SafeControl Assembly="
Telerik.Web.UI.Skins, Version=2012.x.xxx.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.Design" TypeName="*" Safe="True" />
and
<dependentAssembly>
<assemblyIdentity name="RadEditorSharePoint" publicKeyToken="1f131a624888eeed" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-5.8.15.0" newVersion="5.8.15.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-2012.x.xxx.35" newVersion="2012.x.xxx.35" />
</dependentAssembly>
After that open the \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.x.xx.0__1f131a624888eeed\Resources\ConfigFile.xml and ListConfigFile.xml files and set <property name="Skin">
Outlook</property>
The final steps is to delete the browser cache and make iisreset. Load the page with RadEditor for MOSS in the browser and test it.
Here is a video demonstrating how to enable the Hay skin:
http://screencast.com/t/NH62nVU4Hd.
Kind regards,
Rumen
the Telerik team
Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.