I installed 49.0.0.1839 version of GemBox.Spreadsheet on .NET8.0 project.
It has no problem in build but when I run the program, it throws a below exception :
System.IO.FileNotFoundException: ‘Could not load file or assembly ‘GemBox.Spreadsheet, Version=49.0.0.1839, Culture=neutral, PublicKeyToken=b1b72c69714d4847’. The system cannot find the file specified.’
I confirmed the dll is located in ‘%currentuser%.nuget\packages\gembox.spreadsheet\49.0.1839\lib\net6.0-windows7.0\GemBox.Spreadsheet.dll’.
I deleted/reinstalled the package but still same. Could anyone help this?