We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。 在 System.IO.MemoryStream.set_Capacity(Int32 value) 在 System.IO.MemoryStream.EnsureCapacity(Int32 value) 在 System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) 在 MS.Internal.IO.Zip.ZipIOCentralDirectoryFileHeader.Save(BinaryWriter writer) 在 MS.Internal.IO.Zip.ZipIOCentralDirectoryBlock.Save() 在 MS.Internal.IO.Zip.ZipIOBlockManager.SaveContainer(Boolean closingFlag) 在 MS.Internal.IO.Zip.ZipIOBlockManager.SaveStream(ZipIOLocalFileBlock blockRequestingFlush, Boolean closingFlag) 在 MS.Internal.IO.Zip.ZipIOModeEnforcingStream.Dispose(Boolean disposing) 在 System.IO.Stream.Close() 在 Xceed.Document.NET.Document.AddImage(Object o, String contentType)
The text was updated successfully, but these errors were encountered:
can not bigger than 2G?
Sorry, something went wrong.
Hi, What exactly are you doing to see this exception ?
Please send us a sample so we can reproduce it.
Thanks
too many pics in docx.I had solved by replaced the MemoryStream with FileStream
No branches or pull requests
System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。
在 System.IO.MemoryStream.set_Capacity(Int32 value)
在 System.IO.MemoryStream.EnsureCapacity(Int32 value)
在 System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
在 MS.Internal.IO.Zip.ZipIOCentralDirectoryFileHeader.Save(BinaryWriter writer)
在 MS.Internal.IO.Zip.ZipIOCentralDirectoryBlock.Save()
在 MS.Internal.IO.Zip.ZipIOBlockManager.SaveContainer(Boolean closingFlag)
在 MS.Internal.IO.Zip.ZipIOBlockManager.SaveStream(ZipIOLocalFileBlock blockRequestingFlush, Boolean closingFlag)
在 MS.Internal.IO.Zip.ZipIOModeEnforcingStream.Dispose(Boolean disposing)
在 System.IO.Stream.Close()
在 Xceed.Document.NET.Document.AddImage(Object o, String contentType)
The text was updated successfully, but these errors were encountered: