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

trial version - installation/usage issue

2 Answers 80 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
laks
Top achievements
Rank 1
laks asked on 07 May 2009, 04:34 AM
i have followed the installation istructions and configured the RadEditor for MOSS control.
On the SharePoint designer when I replace my regular HTMLText Placeholder with the RadEditor control I get a message

Error Creating Control - Content1
Value cannot be null 

I have nevertheless saved the layout and created a page. When i view the page I get an error 

File Not Found

I had to include the control as a safe control in the web.config in addition to what was in the installation instructions below...
http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html
http://www.telerik.com/help/aspnet-ajax/using-radeditor-in-web-content-management-scenario.html 

any insight / direction to move forward appreciated...

2 Answers, 1 is accepted

Sort by
0
laks
Top achievements
Rank 1
answered on 07 May 2009, 03:28 PM
in addition doing whats in here

then a rectangular box shows up in edit mode, which I am not able to click on/in. (I cant get the editor toolbar to show up)...
I got a message once that said buy a developer version. 

I am using the trial version to see if the control suffices our requirements. Is there no way to confirm that?

Thank you
0
Stanimir
Telerik team
answered on 08 May 2009, 10:17 AM
Hi laks,

Could you please confirm that you correctly extended your MOSS site with ASP.NET AJAX? Please tell us if you exactly followed the steps described in the following articles.
1. Extending your MOSS site with Microsoft ASP.NET AJAX 1.0 for .NET 2.0

OR

2. Extending your MOSS site with Microsoft ASP.NET AJAX 3.5 for .NET 3.0.
In addition to the second article please make sure that you add the following code 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"/> 
</dependentAssem 

Thank you.

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