This question is locked. New answers and comments are not allowed.
I created a brand new Telerik MVC 3 (Razor) project and ran it. I get the following 3 errors right out of the box no changes from me.
First I get this error twice:
Microsoft JScript runtime error: 'jQuery' is undefined
It pops up once for each of these files
Telerik.common.min.js
Telerik.menu.min.js
Then I get the following error:
Microsoft JScript runtime error: Object expected
The error is thrown on this line of script at the bottom of the web page (it looks like it is dynamically added)
jQuery(document).ready(function(){
thanks