I am trying to use the dropdown component from Radzen with oqtane. I tried installing System.Linq.Dynamic.core package but the error is not resolved, still getting the same exception.
Are any installations needed for using the dropdown component from Radzen?
Error details:
An Unexpected Error Has Occurred In Oqtane.Blogs, Oqtane.Blogs.Client.Oqtane: Could not load file or assembly 'System.Linq.Dynamic.Core, Version=1.2.22.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832'. The system cannot find the file specified.
Stack trace:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Linq.Dynamic.Core, Version=1.2.22.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832'. The system cannot find the file specified.
File name: 'System.Linq.Dynamic.Core, Version=1.2.22.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832'
at Radzen.DropDownBase`1.OnParametersSet()
at Microsoft.AspNetCore.Components.ComponentBase.CallOnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Radzen.RadzenComponent.SetParametersAsync(ParameterView parameters)
at Radzen.DataBoundFormComponent`1.SetParametersAsync(ParameterView parameters)
at Radzen.DropDownBase`1.SetParametersAsync(ParameterView parameters)
at Radzen.Blazor.RadzenDropDown`1.SetParametersAsync(ParameterView parameters)