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:
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
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
