Hi All,
I am trying to get a site working after Kendo was upgraded from 2014.3.1119 to 2017.1.223. I carelessly updated a whole lot of NuGet packages at once, so Knockout, Durandal and a bunch of other things were also updated. I think I have all the dependencies right but I am still getting one error:
0x800a138f - JavaScript runtime error: Unable to set property 'ns' of undefined or null reference
This occurs at the line: kendo.ns = "kendo-"; See the attached screenshot.
I would infer that "kendo" is not defined but I can't see why it would not be. A very old backup version of the same code (referring to older versions of Kendo and knockout) is working fine.
Any suggestions would be welcome.
Thanks in advance,
Rob