hi,
I am trying to setup a data query server side from kendo react but I am facing an issue on .net side.
the setup is very simple. A controller that returns a list of objects.
I am using .Net core 5.0
I included Kendo.Mvc.Extensions and Kendo.Mvc.UI
I added the nuget package Kendo.for.AspNet.Core version 2019.1.115
And I get this error :
System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Mvc.
I have the same error with sdk 3.1
Any idea ?
Thank you