You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a package (Exceptionless.Wpf) to my solution but now when I make the release I obtain this error:
CreateReleasePackage.exe :
At [PATH]\packages\Shimmer.0.7.4\tools\com
mands.psm1:70 char:26
Unhandled Exception:
Ionic.Zip.BadReadException: bad read of entry lib/net45/Exceptionless.dll from compressed archive.
at Ionic.Zip.ZipEntry.ExtractOne(Stream output)
at Ionic.Zip.ZipEntry.InternalExtract(String baseDir, Stream outstream, String password)
at Ionic.Zip.ZipFile._InternalExtractAll(String path, Boolean overrideExtractExistingProperty)
at Shimmer.Core.DeltaPackageBuilder.CreateDeltaPackage(ReleasePackage basePackage, ReleasePackage newPackage,
String outputFile)
at CreateReleasePackage.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
akrisiun
pushed a commit
to akrisiun/Squirrel.Windows
that referenced
this issue
Dec 2, 2015
I added a package (Exceptionless.Wpf) to my solution but now when I make the release I obtain this error:
CreateReleasePackage.exe :
At [PATH]\packages\Shimmer.0.7.4\tools\com
mands.psm1:70 char:26
Unhandled Exception:
Ionic.Zip.BadReadException: bad read of entry lib/net45/Exceptionless.dll from compressed archive.
at Ionic.Zip.ZipEntry.ExtractOne(Stream output)
at Ionic.Zip.ZipEntry.InternalExtract(String baseDir, Stream outstream, String password)
at Ionic.Zip.ZipFile._InternalExtractAll(String path, Boolean overrideExtractExistingProperty)
at Shimmer.Core.DeltaPackageBuilder.CreateDeltaPackage(ReleasePackage basePackage, ReleasePackage newPackage,
String outputFile)
at CreateReleasePackage.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered: