-1
I have a question. I am trying to update the NPOI of an application, but it bursts the following error:
Failed to export report (description: Unable to load file or Assembly 'NPOI, Version=1.2.3.0, Culture=neutral, Publickeytoken=0df73ec7942b34e1' or one of its dependencies. A definition of the localized Assembly manifest does not correspond to Assembly reference. (HRESULT exception: 0x80131040))
I have already added the following code in Assembly:
<add assembly ="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1"/>
Can someone give me a light? Thanks in advance.