Hi,
I have added Aspose.cells and Aspose.Pdf using NuGet package.
The library just works fine on my local dev environment, but when I deploy the same to Azure, the application keeps throwing error :
Could not load file or assembly ‘Aspose.Cells, Version=18.10.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ or one of its dependencies. The system cannot find the file specified.
I checked and re-checked there are references to System.Drawing already present in my project.
What could I have done wrong? Any help would be appreciated.
Cheers,
Y