Hi
I use Syncfusion to convert excel to pdf documents. It was working fine till I tried to update some dlls to the latest version via Nuget. I realised that one of the dependencies could not be upgraded & hence brought everything back to the initial version of 16.3 . Now when I try to convert an excel file, I get a run time error. I checked that all of them are the same versions for syncfusion.The code compiles fine.
Can you please help , I needed to add a new feature for our clients and currently the existing portion is broken.
Could not load file or assembly 'Syncfusion.Compression.Base, Version=16.3450.0.29, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.":"Syncfusion.Compression.Base, Version=16.3450.0.29, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
The part where it is failing when stepping through is
using (ExcelEngine excelEngine = new ExcelEngine())
Thanks so much
Jayasri