Hello.
I have successfully developed and deployed a SharePoint WebPart containing a RADEditor. It works fine on my test set up.
Today I deployed the solution to another server, and now it suddently dosn't work anymore.
The RADEditor is displayed fine with buttons (Bold, Italic and Underline is all I have). Unfortunately the content area (editable iFrame) does not seem to be properly initialized. I can't type anything into it. The HTML source dosn't contain an iFrame element either.
What could be wrong? I deployed both Telerik.Web.UI.dll and the Telerik.Web.Design.dll to the server's GAC, and added SafeControl entries to the web.config file. The version installed is 2009.1.402.35.
The SafeControls displayed above, gives me a working set up on one of my servers.
Any suggestions are much appriciated. Thanks :)
Regards
Jimmy Thomsen
I have successfully developed and deployed a SharePoint WebPart containing a RADEditor. It works fine on my test set up.
Today I deployed the solution to another server, and now it suddently dosn't work anymore.
The RADEditor is displayed fine with buttons (Bold, Italic and Underline is all I have). Unfortunately the content area (editable iFrame) does not seem to be properly initialized. I can't type anything into it. The HTML source dosn't contain an iFrame element either.
What could be wrong? I deployed both Telerik.Web.UI.dll and the Telerik.Web.Design.dll to the server's GAC, and added SafeControl entries to the web.config file. The version installed is 2009.1.402.35.
<
SafeControl Assembly="Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" />
<
SafeControl Assembly="Telerik.Web.Design, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.Design" TypeName="*" Safe="True" />
The SafeControls displayed above, gives me a working set up on one of my servers.
Any suggestions are much appriciated. Thanks :)
Regards
Jimmy Thomsen
