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

[Solved] Rad Editor

3 Answers 119 Views
RadControls
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
kannan
Top achievements
Rank 1
kannan asked on 02 Jul 2008, 12:49 PM
I am using 2008.0.619.20 version of your product.

When i use the RadEditor i faced the following issue

When i click on the Find and Replace the following error was prompted

 Web.confg registration missing

The Telerik dialogs requires a HttpHandler registration in the Web.config...

I followed all the steps that found in the net but i still face the same issue.

Please help to sort this issue asap. It is very urgent for our client


3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Jul 2008, 01:46 PM
Hi Kannan,

Please, try the suggestions provided in the following KB article: Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
kannan
Top achievements
Rank 1
answered on 03 Jul 2008, 04:58 AM
I followed the Link but Still now I am getting the same error.

I am using this control in SharePoint 2007


Please let me know a solution.

Thanks in Advance,
Kannan
0
Rumen
Telerik team
answered on 08 Jul 2008, 01:54 PM
Hi Kannan,

We believe that you are using RadEditor in your custom MOSS solution. Are we correct?

The only way to workaround this is to create a physical Telerik.Web.UI.DialogHandler.aspx file and tell the editor where to find it. This way you will not need a httpHandler entry in the web.config at all.

You need to manually create your own Telerik.Web.UI.DialogHandler.aspx page and set the DialogHandlerUrl property in the web.config to point to it.

You can use the following content for the file: <%@ Page Language="C#" AutoEventWireup="true" Inherits="Telerik.Web.UI.DialogHandler" %>



Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
RadControls
Asked by
kannan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
kannan
Top achievements
Rank 1
Share this question
or