I get the following error when I am deploying an old project to a new server:
Could not load file or assembly 'Aspose.Cells.DLL' or one of its dependencies. is not a valid Win32 application.
From the error I understand the dll file is an 32 bit version and is deployed to 64 bit machine. Where do I download 64 bit version even though you don't provide any fix for this old version.
The version that I am interested in is: 4.6.0.0 (read from dll file details page)
Our solution is working fine AS-IS today, and I am just interested in deploying to another machine.
Thanks.