@AStelzner
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): ZIPNET-1063
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Version 23.8.1 did not fix it for us.
Still getting Cannot find license ‘Aspose.Total.NET.lic’ when I update from 23.7.0 to the latest one.
Our license is valid till September 2024 and all other components are licensed properly in the runtime. Only Zip fails.
Hello @AStelzner and @prunerj
The problem will be fixed soon in 23.9 version.
I can suggest two options for you right away:
Rollback to version 23.7 if you do not use recent features coming with 23.8
Use interim version Aspose.Zip.23.8.1.nupkg.zip (7.0 MB) with the problem fixed. You can install this package to your local package storage using this command: dotnet nuget push Aspose.Zip.23.8.1.nupkg --source "C:\Program Files (x86)\Microsoft SDKs\NuGetPackages". Then install the package to your project using “Microsoft Visual Studio Offline Packages” source instead of “nuget.org”
When not needed (probably after version 23.9 released), drop the package from local nuget via command: dotnet nuget delete Aspose.Zip 23.8.1 -s "C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" --non-interactive