<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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>Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx</link><description>Part 1 part 2 Part 3 Part 4 I got an email from a friend last week asking about using a ReceiveActivity and, while receiving, using a TransactionScopeActivity to transitionally save some data in a database. Seems like a common enough scenario right? Well</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Using a TransactionScopeActivity with a WCF ReceiveActivity revisited</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1677301</link><pubDate>Tue, 10 Mar 2009 12:42:17 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1677301</guid><dc:creator>The Problem Solver</dc:creator><description>&lt;p&gt;Last year Marcel and me worked on a problem using a TransactionScopeActivity inside a WCF ReceiveActivity&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1677301" width="1" height="1"&gt;</description></item><item><title>re: Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1652581</link><pubDate>Thu, 30 Oct 2008 22:48:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652581</guid><dc:creator>Dave Page</dc:creator><description>&lt;p&gt;Interesting post, not sure I agree fully although you make some excellent points, thanks for a good read.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652581" width="1" height="1"&gt;</description></item><item><title>A bit more about using TransactionScopeActivity within a ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1647895</link><pubDate>Tue, 16 Sep 2008 10:13:59 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647895</guid><dc:creator>WF Community Bloggers</dc:creator><description>&lt;p&gt;Part 1 part 2 Part 3 Part 4 You may recall my previous posts about using the TransactionScopeActivity&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647895" width="1" height="1"&gt;</description></item><item><title>A bit more about using TransactionScopeActivity within a ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1647889</link><pubDate>Tue, 16 Sep 2008 10:06:03 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647889</guid><dc:creator>The Problem Solver</dc:creator><description>&lt;p&gt;You may recall my previous posts about using the TransactionScopeActivity within a ReceiveActivity and&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647889" width="1" height="1"&gt;</description></item><item><title>re: Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1647777</link><pubDate>Sun, 14 Sep 2008 23:52:51 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647777</guid><dc:creator>Kenny Wolf</dc:creator><description>&lt;p&gt;Unfortunately this behavior is by design with 3.5 as we did not have the resources available to add flow-in transaction support in the constraints of the 3.5 release. Look for better answers to this issue at PDC :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647777" width="1" height="1"&gt;</description></item><item><title>Using a TransactionScopeActivity within a ReceiveActivity in a state machine workflow</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1644507</link><pubDate>Wed, 13 Aug 2008 10:31:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1644507</guid><dc:creator>The Problem Solver</dc:creator><description>&lt;p&gt;In two previous blog posts, part one and part two , I covered the fact that the ReceiveActivity and the&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1644507" width="1" height="1"&gt;</description></item><item><title>More on using a TransactionScopeActivity within a ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1643924</link><pubDate>Fri, 08 Aug 2008 12:26:44 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1643924</guid><dc:creator>WF Community Bloggers</dc:creator><description>&lt;p&gt;In a previous blog post I write about what happens when you place a TransactionScopeActivity within a&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1643924" width="1" height="1"&gt;</description></item><item><title>More on using a TransactionScopeActivity within a ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1643920</link><pubDate>Fri, 08 Aug 2008 12:01:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1643920</guid><dc:creator>The Problem Solver</dc:creator><description>&lt;p&gt;In a previous blog post I write about what happens when you place a TransactionScopeActivity within a&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1643920" width="1" height="1"&gt;</description></item><item><title>Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1643538</link><pubDate>Wed, 06 Aug 2008 09:32:37 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1643538</guid><dc:creator>Using a TransactionScopeActivity with a WCF ReceiveActivity</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Using a TransactionScopeActivity with a WCF ReceiveActivity&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1643538" width="1" height="1"&gt;</description></item><item><title>Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1643536</link><pubDate>Wed, 06 Aug 2008 09:18:26 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1643536</guid><dc:creator>Using a TransactionScopeActivity with a WCF ReceiveActivity</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Using a TransactionScopeActivity with a WCF ReceiveActivity&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1643536" width="1" height="1"&gt;</description></item><item><title>Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1643535</link><pubDate>Wed, 06 Aug 2008 09:15:12 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1643535</guid><dc:creator>Using a TransactionScopeActivity with a WCF ReceiveActivity</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Using a TransactionScopeActivity with a WCF ReceiveActivity&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1643535" width="1" height="1"&gt;</description></item><item><title>Using a TransactionScopeActivity with a WCF ReceiveActivity</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/06/using-a-transactionscopeactivity-with-a-wcf-receiveactivity.aspx#1643533</link><pubDate>Wed, 06 Aug 2008 09:06:51 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1643533</guid><dc:creator>Using a TransactionScopeActivity with a WCF ReceiveActivity</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Using a TransactionScopeActivity with a WCF ReceiveActivity&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1643533" width="1" height="1"&gt;</description></item></channel></rss>