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
philipcj
changed the title
Unable to initialize SevenZipHandle / Access Denied
Unable to initialize SevenZipHandle / Access Denied .NET 4.8???
Feb 2, 2023
I did have this working once, I passed in the dll path into the new ArchiveFile.
Locally and on Azure this no longer works.
If I take out the path, so my code just looks like this:
archiveFile = new ArchiveFile(zipDocumentStream, sevenZipFormat);
I get a "Unable to initialize SevenZipHandle
Win32Exception: Access is denied.
I have tried the last three versions of the SevenZipExtractor and all three give the same result. Any ideas?
The text was updated successfully, but these errors were encountered: