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

Editor :: Hyperlink Manager

2 Answers 130 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mayur Shah
Top achievements
Rank 1
Mayur Shah asked on 27 Aug 2009, 03:58 PM
Hi,

I am using the version "2009.1.311.35"  for one of our projects in asp.net 3.5; and I am facing a problem while enabling hyperlink manager for the editor.

It gives the error "The Telerik dialogs require a HttpHandler registration in the web.config file.Please use the control's Smart Tag properties to add the handler automatically, or see the help for more information."

We have the following declarations in our web.config:

Handlers in web.config

==================

<add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/>

      <add verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"></add>

      <add verb="*" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"></add>

      <add verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>

      <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false"/>

 

Tools added in ToolsFile.xml

======================

    <tool name="LinkManager" shortcut="CTRL+K"/>

    <tool name="Unlink" shortcut="CTRL+SHIFT+K"/>

2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 27 Aug 2009, 05:21 PM
 <httpHandlers> 
 ... 
 <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler" 
   validate="false" /> 
</httpHandlers>  

Try to remove the DialogHandler you have and then just paste in  this one to see if that would fix it (not a big change but you never know).
0
Lini
Telerik team
answered on 31 Aug 2009, 10:58 AM
Hi,

Check the following KB article for more information and possible solutions for this problem: http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Mayur Shah
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Lini
Telerik team
Share this question
or