Good day,
We are now using a very old version of closedxml in d365 f&o, we want to use some new function of this library which exist in the latest version
I get the DLL from NuGet, and get all the dependency library with right version
.NETFramework, Version=v4.6
DocumentFormat.OpenXml (>= 2.7.2)
ExcelNumberFormat (>= 1.0.3)
FastMember (>= 1.3.0)
I got to the DLL and put them into the Bin folder of my solution, full build the solution, also restart the iis express...
But when i execute the excel function with ClosedXML, below error show:
Could not load file or assembly 'DocumentFormat.OpenXml, Version=2.7.2.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I had been try different version of 'DocumentFormat.OpenXml', same error with all version i was tried...
Is there someone success upgrade ClosedXML to latest version? please help, thanks in advance!
Best Regards,
Roll