Hello,
I have InsertExternalVideo in RadEditor. All of a sudden it stopped working. Now i get the error you see in the attachment.
Here is the code:
The file ~/Telerik/EditorDialogs is there. This happens both on my local and remote server.
This worked before and I did not do any changes to the file. Do you know why this is?
I have InsertExternalVideo in RadEditor. All of a sudden it stopped working. Now i get the error you see in the attachment.
Here is the code:
<
telerik:RadEditor
ID
=
"RadEditor1"
Runat
=
"server"
EditModes
=
"Design"
ExternalDialogsPath
=
"~/Telerik/EditorDialogs/"
>
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"Bold"
/>
<
telerik:EditorTool
Name
=
"Italic"
/>
<
telerik:EditorTool
Name
=
"Underline"
/>
<
telerik:EditorTool
Name
=
"Undo"
/>
<
telerik:EditorTool
Name
=
"Redo"
/>
<
telerik:EditorTool
Name
=
"InsertExternalVideo"
Text
=
"YouTube"
/>
</
telerik:EditorToolGroup
>
</
Tools
>
</
telerik:RadEditor
>
The file ~/Telerik/EditorDialogs is there. This happens both on my local and remote server.
This worked before and I did not do any changes to the file. Do you know why this is?