Posted 3 June 2024, 7:46 am EST - Updated 13 August 2025, 11:01 am EST
Hi C1,
the Nuget package “C1.Win.C1FlexGrid.ImportExport” 8.0.20241.657 has a dependency “GrapeCity.Documents.Imaging, Version=6.2.5.0”:
If you add the package “C1.Excel” to the project, this dependency vanishes and seems to be replaced by “DS.Documents.Imaging.dll”:
See attached sample: FlexImportReferences.zip
I noticed this problem because we have code that crawls all loaded assemblies and tries to resolve their dependencies. This code now crashes because “GrapeCity.Documents.Imaging” is not found.
First workaround is to ignore this assembly. But it is probably required (maybe when a C1FlexGrid with cell images is exported to excel). So, could you comment on this situation? Is this dll needed or is it safe to just ignore it?
Best regards
Wolfgang