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

[Solved] Error in new MVC project

0 Answers 21 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
irwin
Top achievements
Rank 1
irwin asked on 29 Nov 2011, 10:13 PM

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

Tags
Menu
Asked by
irwin
Top achievements
Rank 1
Share this question
or