I already updated my blazor wasm app to net 6 rc 1 and the syncfusion controls to version 19.3.0.43, however, when the app is running on azure app services it throws an error and mention previous version of syncfusion controls (19.2.0.62), i redeploy it a lot ot times in the new and also in a new app service but the error continues, the error is:
System.Text.Json.Serialization.JsonCollectionConverter`2[[System.Collections.Generic.List`1[[Syncfusion.Blazor.Grids.GridColumn, Syncfusion.Blazor.Grids, Version=19.2.0.62, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Syncfusion.Blazor.Grids.GridColumn, Syncfusion.Blazor.Grids, Version=19.2.0.62, Culture=neutral, PublicKeyToken=null]].OnTryWrite(Utf8JsonWriter , List`1 , JsonSerializerOptions , WriteStack& )
The dependencies are:
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Calendars" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Core" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.DropDowns" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.FileManager" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Inputs" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Kanban" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Lists" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Notifications" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Popups" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.QueryBuilder" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Blazor.TreeGrid" Version="19.3.0.43" />
<PackageReference Include="Syncfusion.Licensing" Version="19.3.0.43" />
Thanks,
Hi all, it looks like is similar to this error: https://www.syncfusion.com/forums/168144/changes-in-net6-0-serialization-throws-exception-in-sfgrid however, i'm getting crazy trying to figure out why the error shows me version 19.2.0.62 instead of 19.3.0.43
Also, i'm getting the following error:
The included Syncfusion license (v19.3.0.*) is invalid for version 19.2.0.62. Please refer to this help topic for more information.
I checked again all the references, the dll on the publication and I don't find any related to version 19.2.0.62
Any idea?
Joshna
thank you, cache was one of my first things to check, I cleared the cache a lot of times but I'm getting the same rare issue.
I have a public link however you'll need to login.