<?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: System.InvalidOperationException – Cross-thread operation not valid</title>
	<atom:link href="http://www.dotnetthoughts.net/2010/02/05/system_invalidoperationexception_cross_thread_operation_not_valid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetthoughts.net/2010/02/05/system_invalidoperationexception_cross_thread_operation_not_valid/</link>
	<description>thoughts about .Net, WPF, Sharepoint, Javascript and more.</description>
	<lastBuildDate>Wed, 28 Jul 2010 08:50:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anuraj P</title>
		<link>http://www.dotnetthoughts.net/2010/02/05/system_invalidoperationexception_cross_thread_operation_not_valid/comment-page-1/#comment-302</link>
		<dc:creator>Anuraj P</dc:creator>
		<pubDate>Thu, 29 Apr 2010 14:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=763#comment-302</guid>
		<description>Thanks Sivadas :) I updated the Post with WPF code.</description>
		<content:encoded><![CDATA[<p>Thanks Sivadas <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I updated the Post with WPF code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sivadas</title>
		<link>http://www.dotnetthoughts.net/2010/02/05/system_invalidoperationexception_cross_thread_operation_not_valid/comment-page-1/#comment-301</link>
		<dc:creator>sivadas</dc:creator>
		<pubDate>Wed, 28 Apr 2010 11:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=763#comment-301</guid>
		<description>If you are using WPF controls it dont have InvokeRequired property. Also we need to use Dispatcher.BeginInvoke

We may use Dispatcher.CheckAccess() instead of InvokeRequired.</description>
		<content:encoded><![CDATA[<p>If you are using WPF controls it dont have InvokeRequired property. Also we need to use Dispatcher.BeginInvoke</p>
<p>We may use Dispatcher.CheckAccess() instead of InvokeRequired.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
