AUTHOR: Marin Bratanov
DATE POSTED: May 21, 2018
This article explains how to handle the following exception that seems to originate from the Telerik WebResource handler:
Unhandled exception at line XX, column XXXX in https://localhost:44305/Telerik.Web.UI.WebResource.axd?xxxxxxxx
Any JavaScript error thrown by an application using RadScriptManager is likely to look like this. It is not always a Telerik-related issue, however.
When a JavaScript error is thrown the browser will show the source file that contains it. Since RadScriptManager combines all JavaScript requests on the page, all errors seem to be coming from the Telerik.Web.UI.WebResource handler.
The first step is to identify the error and check its actual source. Here are a few steps that can help you gather relevant information so you can investigate it:
<
telerik:RadScriptManager
runat
=
"server"
ID
"RadScriptManager1"
EnableCdn
"true"
CdnSettings-TelerikCdn
"Enabled"
>
</
Here is a list of the most common errors that seem caused by Telerik controls and have rather clear resolutions:
Resources Buy Try