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

RadRadControls Installation, Using it in C# classes in createchildcontrols

1 Answer 63 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rana
Top achievements
Rank 1
Rana asked on 04 May 2012, 04:15 PM
Hi,

  • I have these software in my desktop:
Win Server 2003
SharePoint 2007 (MOSS)
Sharepoint service 3.0
Visual Studio 2010
IIS 6
.net AJAX 3.5

  • I installaed RadControls for .net AJAX 3.5 BY walking through these steps:

 

1) Installing RadControls from ZIP file
http://www.telerik.com/help/aspnet-ajax/introduction-all-conrols-from-zip.html

2) Setting ASPNET (Network Service) Permissions
http://www.telerik.com/help/aspnet-ajax/introduction-setting-aspnet-permissions.html

3) Add RadControls to the Global Assembly Cache
http://www.telerik.com/help/aspnet-ajax/introduction-add-to-global-assembly-cache.html

4) Extending your SharePoint 2007 site with Microsoft ASP.NET AJAX 3.5
http://www.telerik.com/help/aspnet-ajax/moss-install-aspnet-ajax-35.html

5) Deploying RadControls for ASP.NET Ajax (EXCEPT STEP 3)
http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html

6) Installing RadEditor in a MOSS 2007 farm
http://www.telerik.com/help/aspnet-ajax/moss-installing-radeditor-in-moss-2007-farm.html

7) Create an AJAX-enabled SharePoint WebPart that uses RadControls (The error appear after this step)
http://www.telerik.com/help/aspnet-ajax/moss-create-ajax-enabled-sharepoint-webpart-radcontrols.html

Sharepoint Log Has this error:
OWSTIMER.EXE (0x1280)        0x1454 Windows SharePoint Services    General         Medium   Entering MRU trim routine.

Note:
I am adding the controls to by website by creating it using C# classes, so I need to add RadEditor and Rad Calenred to my website using c# classes not adding it directly to the sharepoint site (adding webpart).

My problem is: I cannat add any radeditor to my website using creatchildconrols although i did the prvios steps and addd Telerik.Web.Design.dll and Telerik.Web.UI.dll to the references
and using the namespaces

using System.Web.UI;

using Telerik.Web.UI;

when I add the controls (this.Controls.Add(this.radEditor))the attached error appears.


Question: What exactly I need to do to start using RadControls?


Thank you for your help

 


1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 May 2012, 04:16 PM
Hello,

My suggestion is to try the solution provided in the following help article: Using RadEditor in custom MOSS solutions.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Rana
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or