Could not load file or assembly ‘DocumentFormat.OpenXml, Version=2.7.2.0
I’m developing a C# application which uses the library ClosedXML in order to generate XLSX files, and I ran into this error: “Could not load file or assembly ‘DocumentFormat.OpenXml, Version=2.7.2.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17’ or one of its dependencies. The system cannot find the file specified.File name: ‘DocumentFormat.OpenXml, Version=2.7.2.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17′”. It’s weird, because in my development…
Read More “Could not load file or assembly ‘DocumentFormat.OpenXml, Version=2.7.2.0” »