i am getting the following error, can someone guide me what i am missing
Could not load file or assembly 'DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.":"DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Comments: ** Comment from web user: robvon **
Could not load file or assembly 'DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.":"DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Comments: ** Comment from web user: robvon **
There is a newer version of the OpenXml - V2.5.
ClosedXml appears not to have been compiled against this release.
It may be that you have 2.5 installed. It may also be possible to download the source and compile against this version. I'm about to try that.