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

ASP.NET Ajax client-side framework failed to load.... Telerik.Web.UI.WebResource.axd not accessible

1 Answer 534 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
newb
Top achievements
Rank 1
newb asked on 20 Sep 2011, 10:46 PM
Read this for a full details... the JavaScript errors that led me to this are printed below.  Please either answer my question on this thread or or Stack Overflow if you know how to resolve this.

http://stackoverflow.com/questions/7491924/http-handler-cannot-find-axd-file-in-nested-web-application-folder-telerik-radsc


JavaScript Error #1:

ASP.NET Ajax client-side framework failed to load.

<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}

JavaScript Error #2:

Sys is not defined

<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('RadScriptManager1', document.getElementById('editorform'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl00SU'], [], [], 90);
//]]>
</script>

JavaScript Error #3:

RadEditorCommandList is not defined

RadEditorCommandList['Edit Link'] = function(commandName, editor, oTool)
{
_editor
= editor;
_point
= editor.CreateRestorePoint();
var selection = editor.GetSelection();
var pe = selection.GetParentElement();
var id = '';
if (pe && pe.tagName.toLowerCase() == 'a' && pe.attributes['cms:asset_id']) {
id
= pe.attributes['cms:asset_id'].value;
}
window
.top.InlineLinkEditor.selection = selection.GetText();
window
.top.InlineLinkEditor.show('elementid=' + $('__elementId').value + '&xrefid=' + id + '&html=' + encodeURIComponent(selection.GetHtmlText()), editLink, null);
};




1 Answer, 1 is accepted

Sort by
0
newb
Top achievements
Rank 1
answered on 20 Sep 2011, 11:04 PM
Tags
General Discussions
Asked by
newb
Top achievements
Rank 1
Answers by
newb
Top achievements
Rank 1
Share this question
or