Blazor SfGrid ExcelQueryCellInfoEvent error when using 18.4.0.35

I'm getting following error when I use 18.4.0.35, its working find on 18.4.0.35.

[Code]
public void ExcelQueryCellInfoHandler(ExcelQueryCellInfoEventArgs<MrcMainActivityList> args)
    {
        if (args.Column.Field == "Markets")
        {
            args.Cell.Value = "";

            foreach (var item in args.Data.Markets)
            {
                args.Cell.Value = (String.IsNullOrEmpty(args.Cell.Value.ToString()) ? "" : (args.Cell.Value + ",")) + item.Name;
            }
        }
    }

[Error]
Severity Code Description Project File Line Suppression State
Error CS1705 Assembly 'Syncfusion.Blazor.Grids' with identity 'Syncfusion.Blazor.Grids, Version=18.4.0.35, Culture=neutral, PublicKeyToken=null' uses 'Syncfusion.ExcelExport.Net, Version=18.4200.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' which has a higher version than referenced assembly 'Syncfusion.ExcelExport.Net' with identity 'Syncfusion.ExcelExport.Net, Version=18.4.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' Blazerp.Client ...\Client\CSC 1 Active


4 Replies

RN Rahul Narayanasamy Syncfusion Team January 25, 2021 01:50 PM UTC

Hi Ashimaz,  

Greetings from Syncfusion. 

Query: “Could not load file or assembly 'Syncfusion.ExcelExport.Net, Version=18.4200.0.35 

We have analyzed your query and we are able to reproduce the reported issue at our end when referring the individual Nuget package Syncfusion.Blazor.Grid with version 18.4.0.35. If you are facing this issue, we have fixed the issue internally and it will be included in our 2020 Volume 4 Service pack release which is expected to be rolled out by month end of January 2021.  

Till then we appreciate your patience. If you are facing the reported in different scenario, kindly get back to us with more details.  

Regards, 
Rahul 



AS ashimaz January 25, 2021 01:52 PM UTC

Thanks. Will wait for this update.


RN Rahul Narayanasamy Syncfusion Team January 26, 2021 04:33 AM UTC

Hi Ashimaz, 

Thanks for the update. 

We will let you know once the release is successfully rolled out. Until then we appreciate your patience. 

Regards, 
Rahul 



RN Rahul Narayanasamy Syncfusion Team August 30, 2021 12:40 PM UTC

Hi Ashimaz, 

The reported problem will be resolved in latest version of Syncfusion Blazor NuGet. Please upgrade your Syncfusion Blazor NuGet version to latest to resolve the problem at your end.  

Please get back to us if you need any further assistance. 

Regards, 
Rahul  


Loader.
Up arrow icon