Hi Team,
We recently purchased Aspose.Cells but I cannot install it on my system. This screen comes next after I agreed to the EULA. Can you please advice/help on getting this resolved?
Aspose_Installer.png (49.5 KB)
Thanks,
Arif
Hi Team,
We recently purchased Aspose.Cells but I cannot install it on my system. This screen comes next after I agreed to the EULA. Can you please advice/help on getting this resolved?
Aspose_Installer.png (49.5 KB)
Thanks,
Arif
Thanks for the screenshot and details.
It looks like an issue with OS for installer package and nothing to do with Aspose.Cells APIs. The issue is caused by the maximum path length accepted by operating system (e.g Windows). The maximum path length accepted by some Windows might be 150 characters, it might vary with different OS though. The workaround or solution for this type of issue can be to shorten your installation paths so they don’t ever exceed the characters limit. The issue might also occur if you are trying to substitute a drive because Windows Installer doesn’t support drive substitution.
You may try to install the Dlls version at nuget respo. directly using package manager console in your VS.NET
instead:
https://www.nuget.org/packages/Aspose.Cells/
And, you may seek help online for your issue too.
e.g