Hi,
Im trying to setup Kendo with an existing application in order to do a demo for a Client
I followed this guide
https://docs.telerik.com/aspnet-core/getting-started/first-steps#configuration
Everything is added but Im getting a runtime error whenever I try to start the application
Here is some information
The application is on Core 3.1
http://i.imgur.com/2b4ppyf.png
The version nuget is getting is
<PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2016.3.914" />
The application is compiling but as soon it tries to had the Kendo to the container Im getting this issue
http://i.imgur.com/K7j2NGM.png
I'm using VSCode on linux
http://i.imgur.com/M7Am1Fi.png
I saw some post about trial version not being compatible with 3.1 but I am not on trial.
Let me know what we are doing wrong.
Cheers