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

Javascript error with the latest version of .dll files

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vitaly
Top achievements
Rank 1
Iron
Iron
Vitaly asked on 09 Apr 2014, 02:30 PM
Good morning,
I downloaded a latest Telerik.dll files(Q1 14 release)  into my Web application and when I am running application I received javascript error:
Object required                                                                                        Line:4597
Telerik.Web.UI.WebResource.axd                                                        Char:1
Code:0                                                   
URL:http://10.2.54.98/applications/eisportal/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_...

But I do have this in web config file in two places:


<httpHandlers>
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>
</httpHandlers>



<handlers>
<add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>
</handlers>
Please help me with this issue.

Thanks so much

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 14 Apr 2014, 06:51 AM
Hi Vitaly,

Could you please try to remove the ",runtimeVersionv2.0" string from the preCondition attribute and then tell us whether the issue is fixed?

If you are still experiencing the same issue I can suggest that you examine General Troubleshooting and Web Resources Troubleshooting troubleshooting articles that shed more light on the matter.

Regards,
Danail Vasilev
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
General Discussions
Asked by
Vitaly
Top achievements
Rank 1
Iron
Iron
Answers by
Danail Vasilev
Telerik team
Share this question
or