Base solution for your next web application

Activities of "wizbar"

I am trying to add kendo UI for jQuery in my application. I found it to more efficient when developing data intensive applications :

  1. I have added all scripts required as follows :

    <script src="~/Scripts/kendo/2022.1.412/jquery.min.js"></script>

    <script src="~/Scripts/kendo/2022.1.412/kendo.all.min.js"></script>

    <script src="~/Scripts/kendo/2022.1.412/kendo.aspnetmvc.min.js"></script>

    <script src="~/Scripts/kendo/2022.1.412/jszip.min.js"></script>

in my _Layout.cshteml file.

I have discovered that bundles.json adds another instance of Jquery and i removed it.

but when i run my application it does not render and throws the below :

Showing 1 to 1 of 1 entries