<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Xceed Zip for .NET</title><link>http://xceed.com/CS/forums/64/ShowForum.aspx</link><description>Questions and Answers Relating to Xceed Zip for .NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>error when reading zip file, via a filestream &amp; Zipreader, starting mid file...</title><link>http://xceed.com/CS/forums/thread/32234.aspx</link><pubDate>Mon, 11 Jun 2012 16:09:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32234</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/32234.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=2&amp;PostID=32234</wfw:commentRss><description>&lt;p&gt;I'm currently reading through a zip file using a ZipReader object and a FileStream.&lt;/p&gt;&lt;p&gt;When I Seek() to position 0 in the FileStream and&amp;nbsp; then call ReadItemLocalHeader() on the ZipReader I can iterate through the files in my zip.&lt;/p&gt;&lt;p&gt;&amp;nbsp;What I am having a problem with is when I get an error (in this case a password error) I try to skip the record I'm on by calling Seek() on the filestream to another position in the zip file. When I do this, and then call ReadItemLocalHeader(), I get an exception stating "No zip header signature found."&lt;/p&gt;&lt;p&gt;&amp;nbsp;My question is do i need to alway start from position 0 in the FileStream in order to read in all the files correctly?....or can i start somewhere else in the FileStream?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>