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

[Solved] Editor in MOSS - Dialog handler error

1 Answer 80 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Richard Finn
Top achievements
Rank 1
Richard Finn asked on 21 May 2008, 04:41 PM
I received the error 'the telerik dialogs require a httphandler...' in moss when the handler is there.  The MOSS logs say that the Telerik.Web.UI.DialogHandler.aspx is not found. Strange!

I did get around this, though.

I added a page to my soultion in the layouts directory named Telerik.Web.UI.DialogHandler.aspx and only added the page directive:
<%@ Page Language="C#" Inherits="Telerik.Web.UI.DialogHandler" %> 

I also set the DialogHandlerUrl property in the page where I use the editor to ensure that it goes to the correct Url.

Deployed the solution, and it worked fine.

Wanted to bring this up so you guys know...

-Rich Finn

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 May 2008, 01:12 PM
Hi Rich,

Thank you for sharing your solution. You are the first to report this problem and I will have in mind and propose your solution if anyone experience this problem in MOSS.

All the best,
Rumen
the Telerik team

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