My challenge is that I’m not able to get a grid to export to
Excel. When I look at the errors in the Edge console on the button I have
calling the export function I see the error below . I see the DLL it’s
looking for in my debug folder, but when I go to details on it I see version 18.4.0.35
so I’m at a bit of a loss if that’s the issue or if it’s just me coding
something improperly. Thanks for any thoughts!
blazor.server.js:19 [2021-01-22T19:51:29.713Z] Error: System.IO.FileNotFoundException: Could not load file or assembly 'Syncfusion.ExcelExport.Net, Version=18.4200.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89'. The system cannot find the file specified.
File name: 'Syncfusion.ExcelExport.Net, Version=18.4200.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89'
at Syncfusion.Blazor.Grids.ExcelExportProperties..ctor()
at Elvis.Pages.Index.ExcelExport() in D:\OneDrive\Documents\Visual Studio 2019\Projects\Elvis\Elvis\Pages\Index.razor:line 886
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Syncfusion.Blazor.Internal.SfBaseUtils.InvokeEvent[T](Object eventFn, T eventArgs)
at Syncfusion.Blazor.Buttons.SfButton.OnClickHandler(MouseEventArgs args)
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
Joe