- Exception was thrown at line 4, column 9009 in http://localhost:6616/Scripts/kendo/2013.2.918/jquery.min.js
- 0x800a139e - JavaScript runtime error: SyntaxError
- Exception was thrown at line 4, column 9238 in http://localhost:6616/Scripts/kendo/2013.2.918/jquery.min.js
- 0x800a139e - JavaScript runtime error: SyntaxError
The app appears to run but the exceptions are a bit disconcerting. Run the same project in Chrome or Firefox and there are no errors in the output window. Is this a problem with Kendo or with IE10?
9 Answers, 1 is accepted
The only reason for the problem that I can think of is the following:
http://www.kendoui.com/forums/kendo-ui-framework/general-discussions/q2'13-release---unable-to-get-property-jquery-of-undefined-or-null-reference-invalid-regular-expressions-or-expected-js-errors.aspx
Otherwise we are not aware of a similar issue and I cannot reproduce it in a newly created Kendo UI MVC project with VS2012.
Dimo
Telerik
>> Perhaps a bad copy of Jquery got released?
This is unlikely and I cannot confirm it. Did you try the suggestion in the forum thread? You can also try with a different copy of jQuery, but make sure it is a compatible version.
http://docs.kendoui.com/getting-started/javascript-dependencies#jquery-version
Dimo
Telerik

Exception was thrown at line 4, column 9009 in http://localhost:28255/Scripts/kendo/2013.2.918/jquery.min.js
0x800a139e - JavaScript runtime error: SyntaxError
Exception was thrown at line 4, column 9238 in http://localhost:28255/Scripts/kendo/2013.2.918/jquery.min.js
0x800a139e - JavaScript runtime error: SyntaxError
:(
Please send the project, which exhibits the unexpected behavior, for further inspection.
Dimo
Telerik

Exception was thrown at line 4, column 9009 in http://localhost:31182/Scripts/kendo/2013.2.918/jquery.min.js
0x800a139e - JavaScript runtime error: SyntaxError
Exception was thrown at line 4, column 9238 in http://localhost:31182/Scripts/kendo/2013.2.918/jquery.min.js
0x800a139e - JavaScript runtime error: SyntaxError
The provided project does not trigger any Javascript errors on my side. I am using IE10 version 10.0.9200.16438. Also tested in the different browser modes.
Probably the issue is related to
http://stackoverflow.com/questions/15145108/running-jquery-crashing-on-ie10-win7
Dimo
Telerik

Exception was thrown at line 4, column 9009 in http://localhost:49293/Scripts/kendo/2013.2.918/jquery.min.js
Is there any solution to this?
The reason I am investigating this, is because of a (could be) related issue. None of the client side validation works anymore in my VS2012 MVC4 project with Kendo..
We have provided all the information we have on this issue above. Based on the suggestions in the jQuery bug tracking system and StackOverflow, please do not break on caught exceptions.
If the validation issue turns out to be caused by something else, please provide a runnable demo in a separate forum thread or a support ticket. Alternatively, if you find out what exactly triggers the Javascript error and it is Kendo UI - related, you can provide a demo here.
Dimo
Telerik