Hi Team,
I am facing issue in production server as follows. Please help me on this. bellow are the error details.
Message: Object doesn't support this property or method
Line: 6
Char: 18774
Code: 0
URI: https://localhost/Mysite/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3afa6755fd-da1a-49d3-9eb4-1e473e780ecd%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2014.1.225.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aed076519-5e60-4916-a089-ba7a0f56b711%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a2003d0b8%3ac128760b%3a88144a7a%3a1e771326%3ac8618e41%3a1a73651d%3a333f8d94%3a7165f74%3aeaae47ab%3a92fe8ea0%3afa31b949%3a19620875%3a874f8ea2%3af46195d3%3a490a9d4e%3ab7778d6c%3abd8f85e4
I am facing issue in production server as follows. Please help me on this. bellow are the error details.
Message: Object doesn't support this property or method
Line: 6
Char: 18774
Code: 0
URI: https://localhost/Mysite/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3afa6755fd-da1a-49d3-9eb4-1e473e780ecd%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2014.1.225.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aed076519-5e60-4916-a089-ba7a0f56b711%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a2003d0b8%3ac128760b%3a88144a7a%3a1e771326%3ac8618e41%3a1a73651d%3a333f8d94%3a7165f74%3aeaae47ab%3a92fe8ea0%3afa31b949%3a19620875%3a874f8ea2%3af46195d3%3a490a9d4e%3ab7778d6c%3abd8f85e4
5 Answers, 1 is accepted
0
Hello Prasad,
Could you try disabling the Ajax by setting the EnableAjax=false of RadAjaxManager/RadAjaxPanel and then check what would be the error on the server? Additionally try enabling script debugging for the browser you are testing with. You could find steps for enabling this option for IE here. This could point you to the reason for the error.
You can also try removing RadCompression from the web.config of your application and see if it will make any difference.
http://www.telerik.com/help/aspnet-ajax/compression.html
Regards,
Pavlina
Telerik
Could you try disabling the Ajax by setting the EnableAjax=false of RadAjaxManager/RadAjaxPanel and then check what would be the error on the server? Additionally try enabling script debugging for the browser you are testing with. You could find steps for enabling this option for IE here. This could point you to the reason for the error.
You can also try removing RadCompression from the web.config of your application and see if it will make any difference.
http://www.telerik.com/help/aspnet-ajax/compression.html
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

Prasad
Top achievements
Rank 1
answered on 10 Jul 2014, 08:49 AM
Hi Pavlina,
I put debbuger in IE 11. I got error at this location. No luck by commenting the "RadCompression".
Sys.__upperCaseTypes[b.toUpperCase()] from Telerik.Web.UI.WebResource.axd? .....
Please help me. on this.
Thank you.
I put debbuger in IE 11. I got error at this location. No luck by commenting the "RadCompression".
Sys.__upperCaseTypes[b.toUpperCase()] from Telerik.Web.UI.WebResource.axd? .....
Please help me. on this.
Thank you.
0

Prasad
Top achievements
Rank 1
answered on 10 Jul 2014, 08:53 AM
Please find the attached file
0

Prasad
Top achievements
Rank 1
answered on 10 Jul 2014, 09:22 AM
Please find the The attached files also.
0
Hi Prasad,
The problem you are facing most probably is caused by Unobtrusive validation in ASP.NET 4.5. For more information on the matter you can refer to the following forum thread:
http://www.telerik.com/forums/telerik-web-ui-webresource-axd-unhandled-exception
Regards,
Pavlina
Telerik
The problem you are facing most probably is caused by Unobtrusive validation in ASP.NET 4.5. For more information on the matter you can refer to the following forum thread:
http://www.telerik.com/forums/telerik-web-ui-webresource-axd-unhandled-exception
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.