I get the following error on exporter.Export():
{"Entry point was not found.":""}
public static void ExportGrid(XamDataGrid grid) { string file = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "FXMarry.xlsx"); DataPresenterExcelExporter exporter = new DataPresenterExcelExporter(); Workbook w = exporter.Export(grid, file, WorkbookFormat.Excel2007); w.Save(file); Process.Start(file); }
My first thought was that I have an old dll but I checked and I'm using these
InfragisticsWPF4
.v11.1
.DataPresenter.v11.1
.DataPresenter.ExcelExporter.v11.1
.Documents.Excel.v11.1
I get the same error I'm using version infragisticsWPF4 v10.3
Hello Derrick,
I have created a sample project for you where i used version 10.3 with the latest service release (2337) and everything seems to work ok on my side. If yo udoesn't have the latest service release you can download it by logging to our web site and going to Account \Keys & Downloads.
Hope this helps you.