Andreas Kaech
Top achievements
Rank 1
Andreas Kaech
asked on 04 Mar 2008, 02:50 PM
Hi,
the following problem occurs after loading the application from development to server (SharePoint): I copied my application in SharePoint in the _layouts folder. All is OK, except the opening of the dialogs:
"Web.config registration is missing!"
and he can't find
" /_layouts/<folder1>/<folder2>/Telerik.Web.UI.DialogHandler.aspx"
You know, SharePoint has a lot of web.configs ;-)
Do I need to register the "Telerik.Web.UI.DialogHandler" on another place?
Thanks for answering,
Andreas
the following problem occurs after loading the application from development to server (SharePoint): I copied my application in SharePoint in the _layouts folder. All is OK, except the opening of the dialogs:
"Web.config registration is missing!"
and he can't find
" /_layouts/<folder1>/<folder2>/Telerik.Web.UI.DialogHandler.aspx"
You know, SharePoint has a lot of web.configs ;-)
Do I need to register the "Telerik.Web.UI.DialogHandler" on another place?
Thanks for answering,
Andreas
5 Answers, 1 is accepted
0
Hi Andreas,
Could you clarify which version of RadEditor you are using because, currently, we offer only the classic version of the control for MOSS.
Please, note that we plan to release a preview version of RadEditor "Prometheus" for MOSS till the end of the week.
I hope this helps.
Best regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Could you clarify which version of RadEditor you are using because, currently, we offer only the classic version of the control for MOSS.
Please, note that we plan to release a preview version of RadEditor "Prometheus" for MOSS till the end of the week.
I hope this helps.
Best regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 05 Mar 2008, 05:17 PM
Hi George,
I know, there exists a RadEditor for SharePoint integration.
My application don't need it. My application runs only in the context of the SharePoint environment and resides in a folder of the SharePoint "_layouts" folder (registered in IIS as web application with a web.config).
RadEditor (Prometheus) and all other Prometheus-Controls work fine. I have only an issue with the RadEditor Dialogs. The application can't find the Telerik.Web.UI.DialogHandler.aspx. So a have a suspicion to register the DialogHandler on an additional place in SharePoint or to set a special security entry.
I hope my explanations are now clear enough ;-)
Best regards,
Andreas
I know, there exists a RadEditor for SharePoint integration.
My application don't need it. My application runs only in the context of the SharePoint environment and resides in a folder of the SharePoint "_layouts" folder (registered in IIS as web application with a web.config).
RadEditor (Prometheus) and all other Prometheus-Controls work fine. I have only an issue with the RadEditor Dialogs. The application can't find the Telerik.Web.UI.DialogHandler.aspx. So a have a suspicion to register the DialogHandler on an additional place in SharePoint or to set a special security entry.
I hope my explanations are now clear enough ;-)
Best regards,
Andreas
0
Hi Andreas,
In this case you may not register the Telerik.Web.UI.DialogHandler into the Web.config, but you can create an ASPX page called Telerik.Web.UI.DialogHandler.aspx with the following content in it:
<@ Page Language="C#" Inherits="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" >
Next, place the Telerik.Web.UI.DialogHandler.aspx into the " /_layouts/<folder1>/<folder2>/" folder and everything should work fine.
I hope this helps.
Best regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
In this case you may not register the Telerik.Web.UI.DialogHandler into the Web.config, but you can create an ASPX page called Telerik.Web.UI.DialogHandler.aspx with the following content in it:
<@ Page Language="C#" Inherits="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" >
Next, place the Telerik.Web.UI.DialogHandler.aspx into the " /_layouts/<folder1>/<folder2>/" folder and everything should work fine.
I hope this helps.
Best regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 06 Mar 2008, 04:25 PM
Hi George,
thanks for this info. It works.
But:
Now the RadEditor Dialogs can't find the dynamic setted RadEditor.DocumentManager.<xyz>Paths anymore.
What is there to mention?
Best regards,
Andreas
thanks for this info. It works.
But:
Now the RadEditor Dialogs can't find the dynamic setted RadEditor.DocumentManager.<xyz>Paths anymore.
What is there to mention?
Best regards,
Andreas
0
Accepted
Hi Andreas,
Could you clarify what do you mean with "can't find the dynamic set RadEditor.DocumentManager.<xyz>Paths anymore " and give us more information about how you have set the paths?
Note that, by design the editor managers' paths have to point to physical files located on the hard drive - please, make sure that the paths are pointing to a physical files.
Best regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Could you clarify what do you mean with "can't find the dynamic set RadEditor.DocumentManager.<xyz>Paths anymore " and give us more information about how you have set the paths?
Note that, by design the editor managers' paths have to point to physical files located on the hard drive - please, make sure that the paths are pointing to a physical files.
Best regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center