Hi
I am using Telerik web reporting, and its givingan undefined isValid error on my web reporting designer.
Using Asp.net core, c# with front end react application
.NET SDK: Version: 9.0.304
React 18
Also getting this confgration errror from => http://localhost:{port}/api/reportdesigner/configuration
{
"message": "An error has occurred.","exceptionMessage": "Method 'CLIMessage' in type 'RuntimeInvalidLicenseStatus' from assembly 'Telerik.Reporting, Version=19.1.25.521, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' does not have an implementation.",
"exceptionType": "System.TypeLoadException",
"stackTrace": " at Telerik.Reporting.Common.LicenseValidator.Init()\r\n at Telerik.Reporting.Common.LicenseValidator.CreateInstance()\r\n at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)\r\n--- End of stack trace from previous location ---\r\n at System.Lazy`1.CreateValue()\r\n at Telerik.Reporting.Common.LicenseValidator.get_Instance()\r\n at Telerik.Reporting.Services.Engine.ReportEngine.GetConfiguration()\r\n at Telerik.Reporting.Services.AspNetCore.BusinessLogic.ReportsBusinessLogic.GetConfigurationInternal(IReportServiceConfiguration reportServiceConfiguration)\r\n at Telerik.Reporting.Services.AspNetCore.ReportsControllerBase.GetConfiguration()\r\n at lambda_method2(Closure, Object, Object[])\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()\r\n--- End of stack trace from previous location ---\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()\r\n--- End of stack trace from previous location ---\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)"
}
