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

Unhandled exception Telerik.Web.UI.WebResource.axd

3 Answers 261 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 29 May 2014, 11:38 AM
HI All,

I am upgrading Telerik RadControls for ASP.Net Ajax to v2014.1.225.40 and VS 2012.

For the most part things seem to be working well except a JavaScript error during postback in IE 11, it is working fine in Chrome and FF

http://localhost:39947/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_rsm_TSM&compress=1&_TSM_CombinedScripts_=;;System.Web.Extensions,+Version=4.0.0.0,+Culture=neutral,+PublicKeyToken=31bf3856ad364e35:en-US:c9cbdec3-c810-4e87-846c-fb25a7c08002:ea597d4b:b25378d2;Telerik.Web.UI,+Version=2014.1.225.40,+Culture=neutral,+PublicKeyToken=121fae78165ba3d4:en-US:fe3df733-ee56-4563-8789-bc399360084a:16e4e7cd:ed16cbdc:f7645509:24ee1bba:7165f74:e330518b:2003d0b8:c128760b:88144a7a:1e771326:c8618e41:e4f8f289:1a73651d:333f8d94:58366029:f46195d3:a7e79140:aa288e2d:258f1c72:7c926187:8674cba1:b7778d6c:c08e9f8a:59462f1:a51ee93e:19620875:874f8ea2:cda80b3:e085fe68:52af31a4:92fe8ea0:fa31b949:490a9d4e:bd8f85e4:383e4ce8

0x80004005 - JavaScript runtime error: Unspecified error.

Any help would be greatly appreciated.

Thanks.


3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 30 May 2014, 10:26 AM
Hi Jay,

I assume that you had already revised the following article, describing the cause and the solutions for such problems:
http://www.telerik.com/forums/telerik-web-ui-webresource-axd-unhandled-exception
If you are not, please try the provided solutions and let us know the behavior.

In addition, please refer to this forum thread, where a similar issue is observed and a solution for the problem is found.

However, as the error you are seeing is a generic server error and does not give much information what is causing it, I would suggest you try disabling AJAX on the page by setting the EnableAjax property of the RadAjaxManager to false and see if a new error will be thrown. This could put us on the right track for finding the root of the problem.

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jay
Top achievements
Rank 1
answered on 30 May 2014, 04:15 PM
Hi Pavlina,

Thanks for your reply.

i tried the posts mentioned by you but unable to solve the issue. i tried disabling AJAX on the page by setting the EnableAjax
property of the RadAjaxManager to false and found no issues. seems ajax is causing the problem in my scenario.

getting error at following method
var b=g.getBoundingClientRect();

If you have any other solutions please reply back.

Thank you once again
0
Pavlina
Telerik team
answered on 03 Jun 2014, 08:28 AM
Hello,

Since I am not familiar with the project at your end and the implementation that you are using, I cannot provide you with an exact answer what is causing this exception. However, from the demonstrated errors it seems that the problem is related with the RadScriptManager and the proper loading of the Resources. Could you try to replace the RadScriptManager with the asp:ScriptManager, in order to make sure that the issue is related with it?
In addition, here are some forum thread, which you might find helpful in resolving the problem:

Regards,

Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ScriptManager and StyleSheetManager
Asked by
Jay
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Jay
Top achievements
Rank 1
Share this question
or