Hi! im trying to migrate project from .net core2.2. to .net core3.0.
when i add line
services.AddKendo();
i get an error:
System.AggregateException:
'Some services are not able to be constructed (Error while validating the service descriptor '
ServiceType: Kendo.Mvc.Rendering.IKendoHtmlGenerator Lifetime: Transient ImplementationType: Kendo.Mvc.Rendering.KendoHtmlGenerator
': Could not load type '
Microsoft.AspNetCore.Mvc.Internal.ClientValidatorCache
' from assembly '
Microsoft.AspNetCore.Mvc.Core, Version=3.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
'.)'
without this line, everything works fine
i use kendo.mvc dll , 2019.1.220.0 version
any soluiton?