ClosedXml.dll is not working in Aras12Sp22

Hello All,

To perform excel file operations I'm using ClosedXML.dll file. It is working fine in Aras12SP9 but same dll is not working Aras12Sp22.

I'm getting below error

Could not load file or assembly 'System.IO.Packaging, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

Regards,

Suhas

Parents Reply
  • Do you see the error message in the Method editor or does it appear as popup dialog when you execute your application / trigger the DLL?

    I tested one DLL that I use for generating Excel exports in Releae 2023. I didn´t test the full application cause it´s not fully imported yet, but I added the dlls to the bin folder and modified method-config.xml. After this changes the Method editor was fine with the Method and didn´t thrown any debugging error message.

Children