I am building an ASP.NET core application, however I am receiving the error: System.IO.FileNotFoundException: Could not load file or assembly 'Interop.LFSO102Lib, Version=10.2.0.0, Culture=neutral, PublicKeyToken=607dd73ee2bd1c00'. The system cannot find the file specified.
File name: 'Interop.LFSO102Lib, Version=10.2.0.0, Culture=neutral, PublicKeyToken=607dd73ee2bd1c00'.
I have tried multiple versions of the DLL, but still no success with it. Is there some kind of compatibility issue with core, and if so is there anyway around it?
Thanks