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

Standard requires ASP.NET AJAX Extensions while Lite does not?

5 Answers 198 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
kazutsugu
Top achievements
Rank 1
kazutsugu asked on 30 Apr 2009, 11:20 AM
Hello,

A quick clarification.
It appears that Standard edition of RadEditor requires ASP.NET AJAX Extensions while Lite does not?
Am I correct?

For the support for Flash objects embedding, we are considering to move to the standard edition.
I suppose FlashManager is the only way, since, with the Lite, even if I place it in the HTML view, it is removed when saved.

Should I understand that to implement functions such as this, the Standard edition needs to work on top of the ASP.NET AJAX Extensions?

Finally, we are with MOSS version 12.0.0.6341.
http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3
Is this, a pretty manual installation, still the only way to install ASP.NET AJAX Extensions?

Thank you very much in advance for your prompt response.
kazu

5 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 07 May 2009, 08:35 AM
Hi kazutsugu,

I apologize for the late response.

The lite version of RadEditor for MOSS 4.5.x is based on the classic RadEditor for ASP.NET it does not require ASP.NET AJAX Extensions.

Standard edition of RadEditor for MOSS 5.x.x (latest version is 5.4.0) is based on the RadEditor for ASP.NET AJAX and require ASP.NET AJAX Extensions.

You can find information on Extending your MOSS site with Microsoft ASP.NET AJAX  in the following help articles.
1. Extending your MOSS site with Microsoft ASP.NET AJAX 1.0 - for .NET 2.0
2. Extending your MOSS site with Microsoft ASP.NET AJAX 3.5 - for .NET 3.5. In addition to the article 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"/> 
</dependentAssembly> 


For you convenience I am attaching RadEditorMOSS Feature Comparison, where you can see the difference between light and full version of the control.

All the best,
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.
0
kazutsugu
Top achievements
Rank 1
answered on 12 May 2009, 12:53 PM
Thank you for the response.

I do not find RadEditorMOSS_5_x_x_Trial.zip.

I thought it included in RadControls for ASP.NET AJAX trial. Is it not?

I downloaded the file called RadControls_for_ASP.NET_AJAX_2009_1_402_trial.exe, thinking that once I installed (to my PC) I would find it somewhere its installed directory, but did not.

Please advice.
Kazu
0
kazutsugu
Top achievements
Rank 1
answered on 12 May 2009, 04:27 PM
Sorry. I found it.

Thank you,
Kazutsugu
0
Michael
Top achievements
Rank 1
answered on 18 May 2009, 08:47 AM
I also downloaded RadControls_for_ASP.NET_AJAX_2009_1_402_trial.exe, installed it, but can't find RadEditorMOSS_5_x_x_Trial.zip.

Where did you find it?

Thank you,
Michael
0
Michael
Top achievements
Rank 1
answered on 18 May 2009, 09:00 AM
I found it!

If someone else has trouble to find it here are the instructions:

1. go to trial downloads page
2. don't push the RadControls_for_ASP.NET link, because that starts the download of the RadControls_for_ASP.NET_AJAX_2009_1_402_trial.exe file, press the link under it!
3. A new page listing downloads apear, where the RadEditorMOSS_5_x_x_Trial.zip is also listed!

BR.
Michael

Tags
WebParts for SharePoint
Asked by
kazutsugu
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
kazutsugu
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Share this question
or