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

[Solved] Dialog Handler error

1 Answer 172 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Tony
Top achievements
Rank 2
Tony asked on 16 Oct 2009, 01:44 PM
I am using VS 2008 and Rad AJAX Controls 2009.2.826.35. I put a RadEditor on the page and enabled dialgos and spell check. However I still get the error message that says dialogs are not enabled when trying insert a hyperlink or image or anything. The page loads and the editor works except for the dialogs. I have used the RadEditor many times before without issues, until now. Here is the handlers section of the web.config.

    <httpHandlers> 
      <remove verb="*" path="*.asmx" /> 
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" /> 
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> 
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> 
    </httpHandlers> 
 

What am I doing wrong here?

Thanks,
Tim

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Oct 2009, 01:38 PM
Hi Tim,

Please, see the following KB article on the subject: Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.

Best regards,
Rumen
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
Tony
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or