I dowmload OpenXml and ClosedXML for .Net 4.0 and refered to my web application. When I compile my application and I got the following error. What I missed?
Could not load file or assembly 'OpenXml' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Comments: Make sure your project is referencing the right DocumentFormat.OpenXml.dll (.Net 4.0+ uses OpenXML SDK 2.5).
Could not load file or assembly 'OpenXml' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Comments: Make sure your project is referencing the right DocumentFormat.OpenXml.dll (.Net 4.0+ uses OpenXML SDK 2.5).