<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Runtime Flow blog (Understanding a control flow in a running .NET application)</title>
	<atom:link href="http://rfblog.svprogramming.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://rfblog.svprogramming.net</link>
	<description>Runtime Flow blog (Understanding a control flow in a running .NET application)</description>
	<lastBuildDate>Thu, 19 Jan 2012 02:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rfblog.svprogramming.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/dca170dd70b685e780e39175891cad08?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Runtime Flow blog (Understanding a control flow in a running .NET application)</title>
		<link>http://rfblog.svprogramming.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rfblog.svprogramming.net/osd.xml" title="Runtime Flow blog (Understanding a control flow in a running .NET application)" />
	<atom:link rel='hub' href='http://rfblog.svprogramming.net/?pushpress=hub'/>
		<item>
		<title>Monitoring a .NET application running in IIS</title>
		<link>http://rfblog.svprogramming.net/2012/01/19/monitoring-a-net-application-running-in-iis/</link>
		<comments>http://rfblog.svprogramming.net/2012/01/19/monitoring-a-net-application-running-in-iis/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 02:27:10 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rfblog.svprogramming.net/?p=276</guid>
		<description><![CDATA[Runtime Flow can monitor a .NET application running in IIS, but currently it requires manual configuration and only one IIS worker process (w3wp.exe) can be monitored. Below are the steps I used to monitor a sample ASP.NET MVC2 application configured to use local IIS Web server, created in Visual Studio 2010 and running on Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=276&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Runtime Flow can monitor a .NET application running in IIS, but currently it requires manual configuration and only one IIS worker process (w3wp.exe) can be monitored. Below are the steps I used to monitor a sample ASP.NET MVC2 application configured to use local IIS Web server, created in Visual Studio 2010 and running on Windows 7:<br />
<div id="attachment_277" class="wp-caption aligncenter" style="width: 867px"><a href="http://runtimeflow.files.wordpress.com/2012/01/a-sample-mvc-application-in-visual-studio-2010-configured-to-use-local-iis-web-server.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/a-sample-mvc-application-in-visual-studio-2010-configured-to-use-local-iis-web-server.png" alt="A sample MVC application in Visual Studio 2010 configured to use local IIS web server" title="A sample MVC application in Visual Studio 2010 configured to use local IIS web server" width="857" height="656" class="size-full wp-image-277" /></a><p class="wp-caption-text">A sample MVC application in Visual Studio 2010 configured to use local IIS web server</p></div></p>
<h3>1. Enable profiling for w3wp.exe.</h3>
<h4>a) Find the application pool for the app.</h4>
<p>Check IIS Manager, Sites &#8211; Default Web Site &#8211; MvcApplication1, Basic Settings. In my case the pool is DefaultAppPool:<br />
<div id="attachment_278" class="wp-caption aligncenter" style="width: 776px"><a href="http://runtimeflow.files.wordpress.com/2012/01/application-pool-in-iis-manager.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/application-pool-in-iis-manager.png" alt="Application pool in IIS manager" title="Application pool in IIS manager" width="766" height="546" class="size-full wp-image-278" /></a><p class="wp-caption-text">Application pool in IIS manager</p></div></p>
<h4>b) Enable user profile loading for the pool. </h4>
<p>IIS Manager, Application Pools, DefaultAppPool, Advanced Settings, Process Model &#8211; Load User Profile, set to True:<br />
<div id="attachment_279" class="wp-caption aligncenter" style="width: 727px"><a href="http://runtimeflow.files.wordpress.com/2012/01/application-pools-in-iis-manager.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/application-pools-in-iis-manager.png" alt="Application pools in IIS manager" title="Application pools in IIS manager" width="717" height="480" class="size-full wp-image-279" /></a><p class="wp-caption-text">Application pools in IIS manager</p></div><br />
<div id="attachment_280" class="wp-caption aligncenter" style="width: 574px"><a href="http://runtimeflow.files.wordpress.com/2012/01/advanced-application-pool-settings.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/advanced-application-pool-settings.png" alt="Advanced application pool settings" title="Advanced application pool settings" width="564" height="319" class="size-full wp-image-280" /></a><p class="wp-caption-text">Advanced application pool settings</p></div></p>
<h4>c) Find SID of the pool account.</h4>
<p>From the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList key find ProfileImagePath with DefaultAppPool. In my case the SID is S-1-5-82-3006700770-424185619-1745488364-794895919-4004696415:<br />
<div id="attachment_281" class="wp-caption aligncenter" style="width: 931px"><a href="http://runtimeflow.files.wordpress.com/2012/01/defaultapppool-sid-in-registry.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/defaultapppool-sid-in-registry.png" alt="DefaultAppPool SID in registry" title="DefaultAppPool SID in registry" width="921" height="373" class="size-full wp-image-281" /></a><p class="wp-caption-text">DefaultAppPool SID in registry</p></div></p>
<h4>d) Set environment variables to invoke Runtime Flow profiler.</h4>
<p>Using the found SID, add two string values to HKEY_USERS\S-1-5-82-3006700770-424185619-1745488364-794895919-4004696415\Environment:</p>
<pre>
Cor_Enable_Profiling=1
COR_PROFILER={C967CF3F-79BF-49a5-A10F-D5B269DB9E54}
</pre>
<p><div id="attachment_282" class="wp-caption aligncenter" style="width: 989px"><a href="http://runtimeflow.files.wordpress.com/2012/01/environment-settings-for-defaultapppool.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/environment-settings-for-defaultapppool.png" alt="Environment settings for DefaultAppPool" title="Environment settings for DefaultAppPool" width="979" height="391" class="size-full wp-image-282" /></a><p class="wp-caption-text">Environment settings for DefaultAppPool</p></div><br />
Note that if you use IntelliTrace it can overwrite these registry values.</p>
<h3>2. Close all running w3wp.exe processes. </h3>
<p>In IIS Manager restart server.</p>
<h3>3. Run monitoring.</h3>
<p>In Runtime Flow &#8211; Customized Run, uncheck <b>Stop monitoring when the command completes</b>. Set <b>Command</b> to &#8220;C:\Program Files\Internet Explorer\iexplore.exe&#8221;. Set <b>Command arguments</b> to &#8220;http://localhost/MvcApplication1&#8243;. Optionally set Options &#8211; Monitoring Filter to &#8220;Module == MvcApplication1.dll&#8221;:<br />
<div id="attachment_283" class="wp-caption aligncenter" style="width: 587px"><a href="http://runtimeflow.files.wordpress.com/2012/01/customized-run-of-internet-explorer.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/customized-run-of-internet-explorer.png" alt="Customized run of Internet Explorer" title="Customized run of Internet Explorer" width="577" height="195" class="size-full wp-image-283" /></a><p class="wp-caption-text">Customized run of Internet Explorer</p></div><br />
After you click <b>Run</b>, you will see how your application runs:<br />
<div id="attachment_284" class="wp-caption aligncenter" style="width: 526px"><a href="http://runtimeflow.files.wordpress.com/2012/01/runtime-flow-monitoring-results.png"><img src="http://runtimeflow.files.wordpress.com/2012/01/runtime-flow-monitoring-results.png" alt="Runtime Flow monitoring results" title="Runtime Flow monitoring results" width="516" height="310" class="size-full wp-image-284" /></a><p class="wp-caption-text">Runtime Flow monitoring results</p></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=276&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2012/01/19/monitoring-a-net-application-running-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/a-sample-mvc-application-in-visual-studio-2010-configured-to-use-local-iis-web-server.png" medium="image">
			<media:title type="html">A sample MVC application in Visual Studio 2010 configured to use local IIS web server</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/application-pool-in-iis-manager.png" medium="image">
			<media:title type="html">Application pool in IIS manager</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/application-pools-in-iis-manager.png" medium="image">
			<media:title type="html">Application pools in IIS manager</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/advanced-application-pool-settings.png" medium="image">
			<media:title type="html">Advanced application pool settings</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/defaultapppool-sid-in-registry.png" medium="image">
			<media:title type="html">DefaultAppPool SID in registry</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/environment-settings-for-defaultapppool.png" medium="image">
			<media:title type="html">Environment settings for DefaultAppPool</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/customized-run-of-internet-explorer.png" medium="image">
			<media:title type="html">Customized run of Internet Explorer</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2012/01/runtime-flow-monitoring-results.png" medium="image">
			<media:title type="html">Runtime Flow monitoring results</media:title>
		</media:content>
	</item>
		<item>
		<title>Runtime Flow v1.3.2 released</title>
		<link>http://rfblog.svprogramming.net/2011/12/14/runtime-flow-v1-3-2-released/</link>
		<comments>http://rfblog.svprogramming.net/2011/12/14/runtime-flow-v1-3-2-released/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 16:43:02 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rfblog.svprogramming.net/?p=272</guid>
		<description><![CDATA[Runtime Flow v1.3.2 released: fixed compound exceptions handling. Download links: Visual Studio edition, Portable edition.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=272&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Runtime Flow v1.3.2 released: fixed compound exceptions handling.</p>
<p>
Download links: <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlow_132.msi">Visual Studio edition</a>, <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlowPortable_132.zip">Portable edition</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=272&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/12/14/runtime-flow-v1-3-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Runtime Flow v1.3.1 released</title>
		<link>http://rfblog.svprogramming.net/2011/09/11/runtime-flow-v1-3-1-released/</link>
		<comments>http://rfblog.svprogramming.net/2011/09/11/runtime-flow-v1-3-1-released/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 12:06:46 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rfblog.svprogramming.net/?p=268</guid>
		<description><![CDATA[Runtime Flow v1.3.1 released &#8211; added a .NET 4.0 portable edition executable with deeper call stack support, enabled Options during monitoring. Download links: Visual Studio edition, Portable edition.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=268&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Runtime Flow v1.3.1 released &#8211; added a .NET 4.0 portable edition executable with deeper call stack support, enabled <b>Options</b> during monitoring.</p>
<p>
Download links: <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlow_131.msi">Visual Studio edition</a>, <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlowPortable_131.zip">Portable edition</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=268&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/09/11/runtime-flow-v1-3-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Call stack depth limits</title>
		<link>http://rfblog.svprogramming.net/2011/09/11/call-stack-depth-limits/</link>
		<comments>http://rfblog.svprogramming.net/2011/09/11/call-stack-depth-limits/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 10:47:36 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rfblog.svprogramming.net/?p=252</guid>
		<description><![CDATA[When viewing deep function calls in the Runtime Flow window you may hit a WPF layout recursion limit. To illustrate this problem I created a very simple application: class Program { static void Main(string[] args) { f(1); } static void f(int i) { if (i &#60; 500) f(i + 1); } } In Runtime Flow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=252&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When viewing deep function calls in the <b>Runtime Flow</b> window you may hit a WPF layout recursion limit. To illustrate this problem I created a very simple application:</p>
<pre>
    class Program
    {
        static void Main(string[] args)
        {
            f(1);
        }

        static void f(int i)
        {
            if (i &lt; 500)
                f(i + 1);
        }
    }
</pre>
<p>In Runtime Flow portable you can open maximum 58 recursive calls:<br />
<div id="attachment_254" class="wp-caption aligncenter" style="width: 629px"><a href="http://runtimeflow.files.wordpress.com/2011/09/maximum-supported-stack-depth-in-runtime-flow-net-3-5.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/maximum-supported-stack-depth-in-runtime-flow-net-3-5.png" alt="Maximum supported stack depth in Runtime Flow .NET 3.5" title="Maximum supported stack depth in Runtime Flow .NET 3.5" width="619" height="288" class="size-full wp-image-254" /></a><p class="wp-caption-text">Maximum supported stack depth in Runtime Flow .NET 3.5</p></div><br />
If you try to see more calls you get the following error:<br />
<div id="attachment_253" class="wp-caption aligncenter" style="width: 496px"><a href="http://runtimeflow.files.wordpress.com/2011/09/layout-recursion-reached-wpf-error.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/layout-recursion-reached-wpf-error.png" alt="Layout recursion limit reached WPF error" title="Layout recursion limit reached WPF error" width="486" height="459" class="size-full wp-image-253" /></a><p class="wp-caption-text">Layout recursion limit reached WPF error</p></div></p>
<p>
The same problem exists when you view monitoring results in Visual Studio 2008/2005. In .NET 4.0 the layout recursion limit is increased from 255 to 4096. So in Visual Studio 2010 you can view much deeper stacks (though not 1024 deep due to other limitations).
</p>
<p>
I&#8217;ve created an additional Runtime Flow portable binary built for .NET 4.0 to enable more deep stack investigations:
</p>
<div id="attachment_257" class="wp-caption aligncenter" style="width: 639px"><a href="http://runtimeflow.files.wordpress.com/2011/09/runtime-flow-portable-binaries-for-net-3-5-and-net-4-0.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/runtime-flow-portable-binaries-for-net-3-5-and-net-4-0.png" alt="Runtime Flow portable binaries for .NET 3.5 and .NET 4.0" title="Runtime Flow portable binaries for .NET 3.5 and .NET 4.0" width="629" height="528" class="size-full wp-image-257" /></a><p class="wp-caption-text">Runtime Flow portable binaries for .NET 3.5 and .NET 4.0</p></div>
<p>
If you have .NET 4.0 installed on the machine, it is now recommended to use RuntimeFlowPortable.NET40.exe instead of RuntimeFlowPortable.NET35.exe. It supports stacks up to 285 function calls:
</p>
<div id="attachment_256" class="wp-caption aligncenter" style="width: 653px"><a href="http://runtimeflow.files.wordpress.com/2011/09/maximum-supported-stack-depth-in-runtime-flow-net-4-0.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/maximum-supported-stack-depth-in-runtime-flow-net-4-0.png" alt="Maximum supported stack depth in Runtime Flow .NET 4.0" title="Maximum supported stack depth in Runtime Flow .NET 4.0" width="643" height="353" class="size-full wp-image-256" /></a><p class="wp-caption-text">Maximum supported stack depth in Runtime Flow .NET 4.0</p></div>
<p>
Download link: <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlowPortable_131.zip">Runtime Flow portable edition v1.3.1</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=252&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/09/11/call-stack-depth-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/maximum-supported-stack-depth-in-runtime-flow-net-3-5.png" medium="image">
			<media:title type="html">Maximum supported stack depth in Runtime Flow .NET 3.5</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/layout-recursion-reached-wpf-error.png" medium="image">
			<media:title type="html">Layout recursion limit reached WPF error</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/runtime-flow-portable-binaries-for-net-3-5-and-net-4-0.png" medium="image">
			<media:title type="html">Runtime Flow portable binaries for .NET 3.5 and .NET 4.0</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/maximum-supported-stack-depth-in-runtime-flow-net-4-0.png" medium="image">
			<media:title type="html">Maximum supported stack depth in Runtime Flow .NET 4.0</media:title>
		</media:content>
	</item>
		<item>
		<title>Pause and resume monitoring</title>
		<link>http://rfblog.svprogramming.net/2011/09/07/pause-and-resume-monitoring/</link>
		<comments>http://rfblog.svprogramming.net/2011/09/07/pause-and-resume-monitoring/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 16:09:19 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rfblog.svprogramming.net/?p=237</guid>
		<description><![CDATA[I&#8217;ve added the ability to pause and resume monitoring. After you&#8217;ve started monitoring (with Run or Customized Run) and have executed a use case, you can press the Pause button on the Runtime Flow toolbar: Pause stops all updates to the Runtime Flow and Runtime Summary windows and eliminates most of monitoring overhead (speeding up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=237&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added the ability to pause and resume monitoring. After you&#8217;ve started monitoring (with <b>Run</b> or <b>Customized Run</b>) and have executed a use case, you can press the <b>Pause</b> button on the <b>Runtime Flow</b> toolbar:<br />
<div id="attachment_239" class="wp-caption aligncenter" style="width: 320px"><a href="http://runtimeflow.files.wordpress.com/2011/09/the-pause-button-on-the-runtime-flow-toolbar.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/the-pause-button-on-the-runtime-flow-toolbar.png" alt="The Pause button on the Runtime Flow toolbar" title="The Pause button on the Runtime Flow toolbar" width="310" height="133" class="size-full wp-image-239" /></a><p class="wp-caption-text">The Pause button on the Runtime Flow toolbar</p></div></p>
<p>
<b>Pause</b> stops all updates to the <b>Runtime Flow</b> and <b>Runtime Summary</b> windows and eliminates most of monitoring overhead (speeding up the monitored application and limiting memory consumption). In this mode you can browse collected events and execute tasks in your application not required monitoring.</p>
<p>
When you are ready to run a next use case, press the <b>Resume</b> button:<br />
<div id="attachment_240" class="wp-caption aligncenter" style="width: 320px"><a href="http://runtimeflow.files.wordpress.com/2011/09/the-resume-button-on-the-runtime-flow-toolbar.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/the-resume-button-on-the-runtime-flow-toolbar.png" alt="The Resume button on the Runtime Flow toolbar" title="The Resume button on the Runtime Flow toolbar" width="310" height="133" class="size-full wp-image-240" /></a><p class="wp-caption-text">The Resume button on the Runtime Flow toolbar</p></div></p>
<p>
<b>Resume</b> clears the <b>Runtime Flow</b> and <b>Runtime Summary</b> windows and resumes normal monitoring events processing.
</p>
<p>
The most common case to not collect monitoring data is to skip application startup. For convenience, I&#8217;ve added the <b>Monitor application startup</b> option:
</p>
<div id="attachment_238" class="wp-caption aligncenter" style="width: 371px"><a href="http://runtimeflow.files.wordpress.com/2011/09/monitor-application-startup-option.png"><img src="http://runtimeflow.files.wordpress.com/2011/09/monitor-application-startup-option.png" alt="Monitor application startup option" title="Monitor application startup option" width="361" height="243" class="size-full wp-image-238" /></a><p class="wp-caption-text">Monitor application startup option</p></div>
<p>
With <b>Monitor application startup</b> unchecked, no flow data is collected until you click the <b>Resume</b> button. This is useful when monitoring complex apps with very big initialization routines that you are not interested in.
</p>
<p>
Download links for Runtime Flow v1.3.0: <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlow_130.msi">Visual Studio edition</a>, <a href="http://www.svprogramming.net/runtime-flow/download/RuntimeFlowPortable_130.zip">Portable edition</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=237&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/09/07/pause-and-resume-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/the-pause-button-on-the-runtime-flow-toolbar.png" medium="image">
			<media:title type="html">The Pause button on the Runtime Flow toolbar</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/the-resume-button-on-the-runtime-flow-toolbar.png" medium="image">
			<media:title type="html">The Resume button on the Runtime Flow toolbar</media:title>
		</media:content>

		<media:content url="http://runtimeflow.files.wordpress.com/2011/09/monitor-application-startup-option.png" medium="image">
			<media:title type="html">Monitor application startup option</media:title>
		</media:content>
	</item>
		<item>
		<title>New host</title>
		<link>http://rfblog.svprogramming.net/2011/04/29/new-host/</link>
		<comments>http://rfblog.svprogramming.net/2011/04/29/new-host/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 14:04:53 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rfblog.svprogramming.net/?p=232</guid>
		<description><![CDATA[Runtime Flow home page is now a part of Sergey Vlasov Studio website. This blog address was changed, Runtime Flow binaries were updated.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=232&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.svprogramming.net/runtime-flow/index.html">Runtime Flow home page</a> is now a part of <a href="http://www.svprogramming.net/">Sergey Vlasov Studio</a> website. <a href="http://rfblog.svprogramming.net/">This blog address</a> was changed, <a href="http://www.svprogramming.net/runtime-flow/download.html">Runtime Flow binaries</a> were updated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=232&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/04/29/new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Runtime Flow v1.2.6 released</title>
		<link>http://rfblog.svprogramming.net/2011/02/22/runtime-flow-v1-2-6-released/</link>
		<comments>http://rfblog.svprogramming.net/2011/02/22/runtime-flow-v1-2-6-released/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 04:46:17 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.runtimeflow.com/?p=225</guid>
		<description><![CDATA[Runtime Flow v1.2.6 released &#8211; fixed inability to start monitoring for projects with the trailing slash at the end of the working directory path. Download links: Visual Studio edition, Portable edition.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=225&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Runtime Flow v1.2.6 released &#8211; fixed inability to start monitoring for projects with the trailing slash at the end of the working directory path.</p>
<p>
Download links: <a href="http://www.runtimeflow.com/download/RuntimeFlow_126.msi">Visual Studio edition</a>, <a href="http://www.runtimeflow.com/download/RuntimeFlowPortable_126.zip">Portable edition</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=225&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/02/22/runtime-flow-v1-2-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Runtime Flow v1.2.5 released</title>
		<link>http://rfblog.svprogramming.net/2011/01/13/runtime-flow-v1-2-5-released/</link>
		<comments>http://rfblog.svprogramming.net/2011/01/13/runtime-flow-v1-2-5-released/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 03:32:48 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.runtimeflow.com/?p=222</guid>
		<description><![CDATA[Runtime Flow v1.2.5 released &#8211; fixed inability to find a startup project inside a solution folder.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=222&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.runtimeflow.com/download/RuntimeFlow_125.msi">Runtime Flow v1.2.5</a> released &#8211; fixed inability to find a startup project inside a solution folder.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=222&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2011/01/13/runtime-flow-v1-2-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Runtime Flow v1.2.2 released</title>
		<link>http://rfblog.svprogramming.net/2010/09/25/runtime-flow-v1-2-2-released/</link>
		<comments>http://rfblog.svprogramming.net/2010/09/25/runtime-flow-v1-2-2-released/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 15:14:39 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.runtimeflow.com/?p=217</guid>
		<description><![CDATA[Runtime Flow v1.2.2 released &#8211; fixed an unhandled exception for solutions with unloaded projects.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=217&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.runtimeflow.com/download/RuntimeFlow_122.msi">Runtime Flow v1.2.2</a> released &#8211; fixed an unhandled exception for solutions with unloaded projects.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=217&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2010/09/25/runtime-flow-v1-2-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Runtime Flow v1.2.1 released</title>
		<link>http://rfblog.svprogramming.net/2010/09/12/runtime-flow-v1-2-1-released/</link>
		<comments>http://rfblog.svprogramming.net/2010/09/12/runtime-flow-v1-2-1-released/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 07:13:46 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.runtimeflow.com/?p=212</guid>
		<description><![CDATA[Runtime Flow v1.2.1 released &#8211; added the portable edition, added browse buttons to the Customized run dialog, added the E-mail support button to the toolbar.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=212&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.runtimeflow.com/download/RuntimeFlow_121.msi">Runtime Flow v1.2.1</a> released &#8211; added the portable edition, added browse buttons to the <b>Customized run</b> dialog, added the <b>E-mail support</b> button to the toolbar.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/runtimeflow.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/runtimeflow.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/runtimeflow.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/runtimeflow.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/runtimeflow.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/runtimeflow.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/runtimeflow.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/runtimeflow.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rfblog.svprogramming.net&amp;blog=12405515&amp;post=212&amp;subd=runtimeflow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rfblog.svprogramming.net/2010/09/12/runtime-flow-v1-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
	</channel>
</rss>
