I'm facing an issue with my source code where I am trying to call kendo.all.min.js. Everything works fine when I call kendo.common.min.css and kendo.default.min.css, but as soon as I try to call kendo.all.min.js, I encounter the following error:
https://i.sstatic.net/F7yLA.png
Moreover, calling kendo.all.min.js triggers the library to call a file named cstCorpTable.js, which seems to be missing from the kendo library.
Any suggestions on how to resolve this issue?