Subject: Out of memory exception when try to add large dit in archive Date: 2011-09-19 04:45:01 From: Alex Kovalev Source: memory-exception-try-add-large-dit-archive ---------------------------------------------------------------------- fullFileName = Path.Combine(rootTmpDir.FullName, fn + ".zip"); using (var z = new Zip()) { z.Create(fullFileName); z.AddDirectory(Path.Combine(rootTmpDir.FullName, fn), true); } dir has live more than 1.5 GB. How i can work with large files? ---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index