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
Application crash while getting Entries | System.AccessViolationException: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
#51
Open
tushinivan opened this issue
May 23, 2021
· 0 comments
Hi!
I have a project on .net 5 and I get an error when I try to unzip all occurrences, after which the application gets an unhandled exception and crashes.
My code:
using (ArchiveFile archiveFile = new ArchiveFile("D:\\01.zip"))
{
var x = archiveFile.Entries;
archiveFile.Extract("D:\\tmp\\", true);
}
Hi!
I have a project on .net 5 and I get an error when I try to unzip all occurrences, after which the application gets an unhandled exception and crashes.
My code:
Archive for testing: https://yadi.sk/d/dd3ZYRe5D89xzw
Error:
System.AccessViolationException: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
Thanks for any help on this issue.
The text was updated successfully, but these errors were encountered: