<?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/"
		>
<channel>
	<title>Comments on: How to Save and Retrieve images in C# WPF Application from SQL Server Database</title>
	<atom:link href="http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/</link>
	<description>Covering Microsoft and its competitors like no one else!</description>
	<lastBuildDate>Thu, 24 Feb 2011 20:05:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dalbir sing</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-63061</link>
		<dc:creator>Dalbir sing</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-63061</guid>
		<description>Sir my imagebox.Setvalue does not work........... Please help me to solve this problem. I have added a picturebox control and rename it as imagebox.</description>
		<content:encoded><![CDATA[<p>Sir my imagebox.Setvalue does not work&#8230;&#8230;&#8230;.. Please help me to solve this problem. I have added a picturebox control and rename it as imagebox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VK</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-51774</link>
		<dc:creator>VK</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-51774</guid>
		<description>Thanks a million</description>
		<content:encoded><![CDATA[<p>Thanks a million</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrhaha</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-39367</link>
		<dc:creator>mrhaha</dc:creator>
		<pubDate>Wed, 09 Jun 2010 18:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-39367</guid>
		<description>this is magnificent code example. i am many times in your grace esteemed sirs. with this code i will rule the world and take all the lazy american jobs hahahahahahahahahahahahahahahaahahaha you give me your secret by mistake, yesssssssssssssssssssssssss!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>this is magnificent code example. i am many times in your grace esteemed sirs. with this code i will rule the world and take all the lazy american jobs hahahahahahahahahahahahahahahaahahaha you give me your secret by mistake, yesssssssssssssssssssssssss!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-36236</link>
		<dc:creator>johnny</dc:creator>
		<pubDate>Thu, 27 May 2010 18:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-36236</guid>
		<description>solid ...........</description>
		<content:encoded><![CDATA[<p>solid &#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: homer_J_Simpson</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-30770</link>
		<dc:creator>homer_J_Simpson</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-30770</guid>
		<description>My work is very similar to this.  It works fine, but I run into Memory errors.  Specifically, I get an &quot;out of memory&quot; error at line:&lt;br&gt;img.Save(ms, System.Drawing.Imaging.ImageFormat.Bmp);&lt;br&gt;It happens with TIFF files (above 750k) being converted to ImageFormat.Gif.&lt;br&gt;Anyone solve this without writing the image to disk?&lt;br&gt;&lt;br&gt;TIA</description>
		<content:encoded><![CDATA[<p>My work is very similar to this.  It works fine, but I run into Memory errors.  Specifically, I get an &#8220;out of memory&#8221; error at line:<br />img.Save(ms, System.Drawing.Imaging.ImageFormat.Bmp);<br />It happens with TIFF files (above 750k) being converted to ImageFormat.Gif.<br />Anyone solve this without writing the image to disk?</p>
<p>TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashank Goswami</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-28923</link>
		<dc:creator>Shashank Goswami</dc:creator>
		<pubDate>Wed, 14 Apr 2010 21:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-28923</guid>
		<description>Please Add following References to your Project i&lt;br&gt;Presentation Core 3.0 &lt;br&gt;WindowBase 3.0&lt;br&gt;(in framework 3.5 and above)&lt;br&gt;Now u can use the namespace&lt;br&gt;using System.Windows.Media.Imaging;&lt;br&gt;&lt;br&gt;Have a nice day !</description>
		<content:encoded><![CDATA[<p>Please Add following References to your Project i<br />Presentation Core 3.0 <br />WindowBase 3.0<br />(in framework 3.5 and above)<br />Now u can use the namespace<br />using System.Windows.Media.Imaging;</p>
<p>Have a nice day !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgodswill</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-24172</link>
		<dc:creator>mgodswill</dc:creator>
		<pubDate>Sat, 13 Mar 2010 02:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-24172</guid>
		<description>i have a problem in retriving image from ms access using imagebox</description>
		<content:encoded><![CDATA[<p>i have a problem in retriving image from ms access using imagebox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shan360</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-20449</link>
		<dc:creator>shan360</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-20449</guid>
		<description>Thank you this helped me allot in one of my project .. blessings Anum</description>
		<content:encoded><![CDATA[<p>Thank you this helped me allot in one of my project .. blessings Anum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-19831</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-19831</guid>
		<description>Thank you hmm i think i solve my problem in saving and retriving the image in the database :) and anum lodhi tnx for your concern ^_^ &lt;br&gt;&lt;br&gt;i think we can now defend our thesis tnx to wpf for    giving me a headache in doing its animation but its fun ^_^           were the only group use the wpf  LOL</description>
		<content:encoded><![CDATA[<p>Thank you hmm i think i solve my problem in saving and retriving the image in the database <img src='http://cdn.redmondpie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and anum lodhi tnx for your concern ^_^ </p>
<p>i think we can now defend our thesis tnx to wpf for    giving me a headache in doing its animation but its fun ^_^           were the only group use the wpf  LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anum Lodhi</title>
		<link>http://www.redmondpie.com/how-to-save-and-retrieve-images-in-c-wpf-application-from-sql-server-database/comment-page-1/#comment-19810</link>
		<dc:creator>Anum Lodhi</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmondpie.com/?p=3868#comment-19810</guid>
		<description>i will upload the solution real soon :)&lt;br&gt;Sorry for the delay !</description>
		<content:encoded><![CDATA[<p>i will upload the solution real soon <img src='http://cdn.redmondpie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />Sorry for the delay !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.165 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 20:17:09 -->
<!-- Compression = gzip -->
