<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Create Zip File Using Dotnet</title>
	<atom:link href="http://amitpatriwala.wordpress.com/2008/07/26/create-zip-file-using-dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://amitpatriwala.wordpress.com/2008/07/26/create-zip-file-using-dotnet/</link>
	<description>Amit Patriwala</description>
	<lastBuildDate>Sat, 14 Nov 2009 06:30:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yogesh</title>
		<link>http://amitpatriwala.wordpress.com/2008/07/26/create-zip-file-using-dotnet/#comment-211</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://amitpatriwala.wordpress.com/?p=140#comment-211</guid>
		<description>I find this link was working fine... &lt;a href=&quot;http://www.logiclabz.com/c/compress-gzip-files-in-net-2-0-using-c-system-io-compression.aspx&quot; rel=&quot;nofollow&quot;&gt;Gzip C#&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I find this link was working fine&#8230; <a href="http://www.logiclabz.com/c/compress-gzip-files-in-net-2-0-using-c-system-io-compression.aspx" rel="nofollow">Gzip C#</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patriwala</title>
		<link>http://amitpatriwala.wordpress.com/2008/07/26/create-zip-file-using-dotnet/#comment-132</link>
		<dc:creator>patriwala</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://amitpatriwala.wordpress.com/?p=140#comment-132</guid>
		<description>hi saravanan,
                        add below name space. 
//add namespace
using System.IO;
using System.IO.Compression;</description>
		<content:encoded><![CDATA[<p>hi saravanan,<br />
                        add below name space.<br />
//add namespace<br />
using System.IO;<br />
using System.IO.Compression;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saravanan</title>
		<link>http://amitpatriwala.wordpress.com/2008/07/26/create-zip-file-using-dotnet/#comment-131</link>
		<dc:creator>saravanan</dc:creator>
		<pubDate>Fri, 14 Nov 2008 14:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://amitpatriwala.wordpress.com/?p=140#comment-131</guid>
		<description>Hi,

I tried this code. I included the using directive &quot;using  System.IO.Compression;&quot;. but the StreamWriter is not coming in the intellisense list. Though i compiled, it gives the obvious error &quot;The type or namespace name &#039;StreamWriter&#039; could not be found (are you missing a using directive or an assembly reference?) &quot;. Pls help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried this code. I included the using directive &#8220;using  System.IO.Compression;&#8221;. but the StreamWriter is not coming in the intellisense list. Though i compiled, it gives the obvious error &#8220;The type or namespace name &#8216;StreamWriter&#8217; could not be found (are you missing a using directive or an assembly reference?) &#8220;. Pls help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
