<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Kain64b's Blog</title>
	<atom:link href="http://kain64b.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kain64b.wordpress.com</link>
	<description>Lazy Man's Blog</description>
	<lastBuildDate>Wed, 24 Jun 2009 12:47:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RIA.NET  + Silverlight 3: Store picture in database and display it in UI controls (DataGrid, DataForm) by dmoy</title>
		<link>http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-9</link>
		<dc:creator>dmoy</dc:creator>
		<pubDate>Wed, 24 Jun 2009 12:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-9</guid>
		<description>It&#039;s ok now.
My images were not good...</description>
		<content:encoded><![CDATA[<p>It&#8217;s ok now.<br />
My images were not good&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA.NET  + Silverlight 3: Store picture in database and display it in UI controls (DataGrid, DataForm) by Kain64b</title>
		<link>http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-8</link>
		<dc:creator>Kain64b</dc:creator>
		<pubDate>Sun, 21 Jun 2009 10:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-8</guid>
		<description>Maybe you show you code??</description>
		<content:encoded><![CDATA[<p>Maybe you show you code??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA.NET  + Silverlight 3: Store picture in database and display it in UI controls (DataGrid, DataForm) by dmoy</title>
		<link>http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-7</link>
		<dc:creator>dmoy</dc:creator>
		<pubDate>Fri, 19 Jun 2009 07:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-7</guid>
		<description>I have made some tests with jpeg or png format but the result is the same (Catastrophic failure ).

The size of my images is not very big  (10 KB max).</description>
		<content:encoded><![CDATA[<p>I have made some tests with jpeg or png format but the result is the same (Catastrophic failure ).</p>
<p>The size of my images is not very big  (10 KB max).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA.NET  + Silverlight 3: Store picture in database and display it in UI controls (DataGrid, DataForm) by kain64b</title>
		<link>http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-6</link>
		<dc:creator>kain64b</dc:creator>
		<pubDate>Fri, 19 Jun 2009 04:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-6</guid>
		<description>what &quot;Byte[])value&quot; contain?  maybe wrong data or very big picture %)</description>
		<content:encoded><![CDATA[<p>what &#8220;Byte[])value&#8221; contain?  maybe wrong data or very big picture %)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA.NET  + Silverlight 3: Store picture in database and display it in UI controls (DataGrid, DataForm) by dmoy</title>
		<link>http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-5</link>
		<dc:creator>dmoy</dc:creator>
		<pubDate>Wed, 17 Jun 2009 15:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://kain64b.wordpress.com/2009/06/10/ria-net-silverlight-3-store-picture-in-database-and-display-it-in-ui-controls-datagrid-dataform/#comment-5</guid>
		<description>Hi,

When i bind the byte array into BitMapImage object (bi.SetSource(new MemoryStream((Byte[])value))), it raise this error

System.Exception was unhandled by user code
  Message=&quot;Catastrophic failure (Exception de HRESULT : 0x8000FFFF (E_UNEXPECTED))&quot;
  StackTrace:
       at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
       at MS.Internal.XcpImports.BitmapImage_SetSource(BitmapImage bitmapImage, CValue&amp; byteStream)
       at System.Windows.Media.Imaging.BitmapImage.SetSource(Stream streamSource)
       at BusinessApplication1.ValueConverters.ImageConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)
       at System.Windows.Data.BindingExpression.ConvertToTarget(Object value)
       at System.Windows.Data.BindingExpression.GetValue(DependencyObject d, DependencyProperty dp)
       at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
       at System.Windows.Data.BindingExpression.RefreshExpression()
       at System.Windows.Data.BindingExpression.SendDataToTarget()
       at System.Windows.Data.BindingExpression.DataContextChanged(Object o, DataContextChangedEventArgs e)
       at System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)
       at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
       at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)
       at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object newValue, Object oldValue)
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isSetByStyle, Boolean isSetByBuiltInStyle, PropertyInvalidationReason reason)
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.FrameworkElement.set_DataContext(Object value)
       at System.Windows.Controls.DataForm.UpdateCurrentItem()
       at System.Windows.Controls.DataForm.GenerateUI()
       at System.Windows.Controls.DataFormField.set_IsDataFormCurrentItemNull(Boolean value)
       at System.Windows.Controls.DataFormFieldGroup.OnIsDataFormCurrentItemNullChanged(EventArgs e)
       at System.Windows.Controls.DataFormField.set_IsDataFormCurrentItemNull(Boolean value)
       at System.Windows.Controls.DataForm.OnCurrentItemPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object newValue, Object oldValue)
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isSetByStyle, Boolean isSetByBuiltInStyle, PropertyInvalidationReason reason)
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Controls.DataForm.set_CurrentItem(Object value)
       at System.Windows.Controls.DataForm.UpdateCurrentItem()
       at System.Windows.Controls.DataForm.OnCollectionViewCurrentChanged(Object sender, EventArgs e)
       at System.Windows.Data.EntityCollectionView.OnCurrentChanged()
       at System.Windows.Data.EntityCollectionView.MoveCurrentToPosition(Int32 position)
       at System.Windows.Data.EntityCollectionView.MoveCurrentToFirst()
       at System.Windows.Controls.DomainDataSource.DomainContext_Loaded(Object sender, LoadedDataEventArgs e)
       at System.Windows.Ria.Data.DomainContext.OnLoaded(LoadedDataEventArgs e)
       at System.Windows.Ria.Data.DomainContext.CompleteLoad(IAsyncResult asyncResult)
       at System.Windows.Ria.Data.DomainContext.c__DisplayClass10.b__a(Object )
  InnerException: 

What&#039;s wrong ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When i bind the byte array into BitMapImage object (bi.SetSource(new MemoryStream((Byte[])value))), it raise this error</p>
<p>System.Exception was unhandled by user code<br />
  Message=&#8221;Catastrophic failure (Exception de HRESULT : 0&#215;8000FFFF (E_UNEXPECTED))&#8221;<br />
  StackTrace:<br />
       at MS.Internal.XcpImports.CheckHResult(UInt32 hr)<br />
       at MS.Internal.XcpImports.BitmapImage_SetSource(BitmapImage bitmapImage, CValue&amp; byteStream)<br />
       at System.Windows.Media.Imaging.BitmapImage.SetSource(Stream streamSource)<br />
       at BusinessApplication1.ValueConverters.ImageConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)<br />
       at System.Windows.Data.BindingExpression.ConvertToTarget(Object value)<br />
       at System.Windows.Data.BindingExpression.GetValue(DependencyObject d, DependencyProperty dp)<br />
       at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)<br />
       at System.Windows.Data.BindingExpression.RefreshExpression()<br />
       at System.Windows.Data.BindingExpression.SendDataToTarget()<br />
       at System.Windows.Data.BindingExpression.DataContextChanged(Object o, DataContextChangedEventArgs e)<br />
       at System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)<br />
       at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)<br />
       at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)<br />
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)<br />
       at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object newValue, Object oldValue)<br />
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isSetByStyle, Boolean isSetByBuiltInStyle, PropertyInvalidationReason reason)<br />
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value)<br />
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)<br />
       at System.Windows.FrameworkElement.set_DataContext(Object value)<br />
       at System.Windows.Controls.DataForm.UpdateCurrentItem()<br />
       at System.Windows.Controls.DataForm.GenerateUI()<br />
       at System.Windows.Controls.DataFormField.set_IsDataFormCurrentItemNull(Boolean value)<br />
       at System.Windows.Controls.DataFormFieldGroup.OnIsDataFormCurrentItemNullChanged(EventArgs e)<br />
       at System.Windows.Controls.DataFormField.set_IsDataFormCurrentItemNull(Boolean value)<br />
       at System.Windows.Controls.DataForm.OnCurrentItemPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)<br />
       at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object newValue, Object oldValue)<br />
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isSetByStyle, Boolean isSetByBuiltInStyle, PropertyInvalidationReason reason)<br />
       at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value)<br />
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)<br />
       at System.Windows.Controls.DataForm.set_CurrentItem(Object value)<br />
       at System.Windows.Controls.DataForm.UpdateCurrentItem()<br />
       at System.Windows.Controls.DataForm.OnCollectionViewCurrentChanged(Object sender, EventArgs e)<br />
       at System.Windows.Data.EntityCollectionView.OnCurrentChanged()<br />
       at System.Windows.Data.EntityCollectionView.MoveCurrentToPosition(Int32 position)<br />
       at System.Windows.Data.EntityCollectionView.MoveCurrentToFirst()<br />
       at System.Windows.Controls.DomainDataSource.DomainContext_Loaded(Object sender, LoadedDataEventArgs e)<br />
       at System.Windows.Ria.Data.DomainContext.OnLoaded(LoadedDataEventArgs e)<br />
       at System.Windows.Ria.Data.DomainContext.CompleteLoad(IAsyncResult asyncResult)<br />
       at System.Windows.Ria.Data.DomainContext.c__DisplayClass10.b__a(Object )<br />
  InnerException: </p>
<p>What&#8217;s wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TestComplete integration into TeamCity by How I Lost Thirty Póunds in Under a Month</title>
		<link>http://kain64b.wordpress.com/2009/04/23/testcomplete-integration-into-teamcity/#comment-4</link>
		<dc:creator>How I Lost Thirty Póunds in Under a Month</dc:creator>
		<pubDate>Wed, 06 May 2009 20:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://kain64b.wordpress.com/?p=68#comment-4</guid>
		<description>Hi, interesting post. I have been pondering this topic,so thanks for posting. I&#039;ll probably be subscribing to your posts. Keep up great writing</description>
		<content:encoded><![CDATA[<p>Hi, interesting post. I have been pondering this topic,so thanks for posting. I&#8217;ll probably be subscribing to your posts. Keep up great writing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
