I know there have been reported similar problems but I still could not find a solution for my problem.
I am using Radzen.Blazor 5.9.8.
RadzenAutoComplete worked fine until I updated System.Linq.Dynamic.Core to 1.6.0.2 because this library contains a vulnerability.
Now RadzenAutoComplete gives an error:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: The type initializer for 'Radzen.Blazor.DynamicLinqCustomTypeProvider' threw an exception.
System.TypeInitializationException: The type initializer for 'Radzen.Blazor.DynamicLinqCustomTypeProvider' threw an exception.
---> System.MissingMethodException: Method not found: void System.Linq.Dynamic.Core.ParsingConfig.set_CustomTypeProvider(System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider)
--- End of inner exception stack trace ---
at Radzen.Blazor.RadzenAutoComplete.get_View()
at Radzen.Blazor.RadzenAutoComplete.BuildRenderTree(RenderTreeBuilder __builder)
at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException)