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

Problem with RadEditor Link Manager DialogHadler

1 Answer 119 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andrea D'Orio
Top achievements
Rank 1
Andrea D'Orio asked on 17 May 2010, 11:19 AM
By last version of April, when you open the page of Dialog for managing links, I get this error.

I configured the web config as follows:
 <system.webServer>
...
  <handlers>
...
   <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode,runtimeVersionv2.0" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
   <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode,runtimeVersionv2.0" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
...

It run on IIS 7

I customized the menu of my RadEditor:

<root>
 <tools>
  <tool name="Bold"/>
  <tool name="Italic"/>
  <tool name="Underline"/>
  <tool separator="true"/>
  <tool name="JustifyLeft"/>
  <tool name="JustifyCenter"/>
  <tool name="JustifyRight"/>
  <tool name="JustifyFull"/>
  <tool name="InsertOrderedList"/>
  <tool name="InsertUnorderedList"/>
  <tool name="Outdent"/>
  <tool name="Indent"/>
  <tool separator="true"/>
  <tool name="Paste"/>
  <tool name="PasteFromWord"/>
  <tool name="PasteFromWordNoFontsNoSizes"/>
  <tool name="PastePlainText"/>
  <tool name="PasteAsHtml"/>
  <tool name="Unlink"/>
  <tool name="LinkManager"/>
 </tools>
</root>


Thanks

Luca

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 May 2010, 12:51 PM
Hi Luca,

Please, try the forth suggestion in this KB article: Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file, e.g.

  1. open the web.config file and replace Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd
  2. set the RadEditor's DialogHandlerUrl property to "~/Telerik.Web.UI.DialogHandler.axd"


All the best,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Andrea D'Orio
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or