I have an app that was recently developed by someone else, who happens to be on vacation this week. So I am trying to compile it and deploy it into production. However, I am getting an error that is telling me that in the following code, Kendo is undefined. There are about a dozen similar errors throughout the code.
@(Html.Kendo().TimePickerFor(m => m))
I have no experiance with Kendo but I have worked with Telerik's extension to MVC3. But I am not having any luck resolving some issues when trying to compile this application on my local development machine.
When looking at what I have installed, I have Kendo UI for MVC VSExtensions 2013.2.7160, which is the same version as the other developer, as I have access to his laptop. So do I need to add a reference to something or install something to get this to work?
"Kendo" is underlined in red and tells mw that it is undefined. When I execute the app, I get dozens of JavaScript errors.
I suspect I am missing a reference or maybe the developer did not check in all of his code into our source control repository. So now I am working through the getting started documents on the Telerik Kendo website trying to figure out what I might be missing.
Any thoughts or suggestions would be grealy appreciated.
@(Html.Kendo().TimePickerFor(m => m))
I have no experiance with Kendo but I have worked with Telerik's extension to MVC3. But I am not having any luck resolving some issues when trying to compile this application on my local development machine.
When looking at what I have installed, I have Kendo UI for MVC VSExtensions 2013.2.7160, which is the same version as the other developer, as I have access to his laptop. So do I need to add a reference to something or install something to get this to work?
"Kendo" is underlined in red and tells mw that it is undefined. When I execute the app, I get dozens of JavaScript errors.
I suspect I am missing a reference or maybe the developer did not check in all of his code into our source control repository. So now I am working through the getting started documents on the Telerik Kendo website trying to figure out what I might be missing.
Any thoughts or suggestions would be grealy appreciated.