<?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: Calls to ReportExecutionService.Render() Hang</title>
	<atom:link href="http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=calls-to-reportexecutionservice-render-hang</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53116</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53116</guid>
		<description>My *guess* (and a totally wild one at that) is that you didn&#039;t get an exception on process start/running because the missing assembly wasn&#039;t noticed until it was needed (potential external references are not a problem until they are needed).  

I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#039;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).

But that&#039;s all speculation :)</description>
		<content:encoded><![CDATA[<p>My *guess* (and a totally wild one at that) is that you didn&#8217;t get an exception on process start/running because the missing assembly wasn&#8217;t noticed until it was needed (potential external references are not a problem until they are needed).  </p>
<p>I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#8217;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).</p>
<p>But that&#8217;s all speculation <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rasa</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53115</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53115</guid>
		<description>&lt;a href=&quot;#comment-53106&quot; rel=&quot;nofollow&quot;&gt;@Robert&lt;/a&gt; 
Yeah, how come I wasn&#039;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#039;t in the GAC and wasn&#039;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there...)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</description>
		<content:encoded><![CDATA[<p><a href="#comment-53106" rel="nofollow">@Robert</a><br />
Yeah, how come I wasn&#8217;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#8217;t in the GAC and wasn&#8217;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there&#8230;)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
	<atom:link href="http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=calls-to-reportexecutionservice-render-hang</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comments on: Calls to ReportExecutionService.Render() Hang</title>
	<atom:link href="http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=calls-to-reportexecutionservice-render-hang</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53116</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53116</guid>
		<description>My *guess* (and a totally wild one at that) is that you didn&#039;t get an exception on process start/running because the missing assembly wasn&#039;t noticed until it was needed (potential external references are not a problem until they are needed).  

I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#039;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).

But that&#039;s all speculation :)</description>
		<content:encoded><![CDATA[<p>My *guess* (and a totally wild one at that) is that you didn&#8217;t get an exception on process start/running because the missing assembly wasn&#8217;t noticed until it was needed (potential external references are not a problem until they are needed).  </p>
<p>I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#8217;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).</p>
<p>But that&#8217;s all speculation <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rasa</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53115</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53115</guid>
		<description>&lt;a href=&quot;#comment-53106&quot; rel=&quot;nofollow&quot;&gt;@Robert&lt;/a&gt; 
Yeah, how come I wasn&#039;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#039;t in the GAC and wasn&#039;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there...)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</description>
		<content:encoded><![CDATA[<p><a href="#comment-53106" rel="nofollow">@Robert</a><br />
Yeah, how come I wasn&#8217;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#8217;t in the GAC and wasn&#8217;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there&#8230;)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53116</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53116</guid>
		<description>My *guess* (and a totally wild one at that) is that you didn&#039;t get an exception on process start/running because the missing assembly wasn&#039;t noticed until it was needed (potential external references are not a problem until they are needed).  

I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#039;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).

But that&#039;s all speculation :)</description>
		<content:encoded><![CDATA[<p>My *guess* (and a totally wild one at that) is that you didn&#8217;t get an exception on process start/running because the missing assembly wasn&#8217;t noticed until it was needed (potential external references are not a problem until they are needed).  </p>
<p>I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#8217;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).</p>
<p>But that&#8217;s all speculation <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Calls to ReportExecutionService.Render() Hang</title>
	<atom:link href="http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=calls-to-reportexecutionservice-render-hang</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53116</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53116</guid>
		<description>My *guess* (and a totally wild one at that) is that you didn&#039;t get an exception on process start/running because the missing assembly wasn&#039;t noticed until it was needed (potential external references are not a problem until they are needed).  

I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#039;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).

But that&#039;s all speculation :)</description>
		<content:encoded><![CDATA[<p>My *guess* (and a totally wild one at that) is that you didn&#8217;t get an exception on process start/running because the missing assembly wasn&#8217;t noticed until it was needed (potential external references are not a problem until they are needed).  </p>
<p>I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#8217;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).</p>
<p>But that&#8217;s all speculation <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rasa</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53115</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53115</guid>
		<description>&lt;a href=&quot;#comment-53106&quot; rel=&quot;nofollow&quot;&gt;@Robert&lt;/a&gt; 
Yeah, how come I wasn&#039;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#039;t in the GAC and wasn&#039;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there...)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</description>
		<content:encoded><![CDATA[<p><a href="#comment-53106" rel="nofollow">@Robert</a><br />
Yeah, how come I wasn&#8217;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#8217;t in the GAC and wasn&#8217;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there&#8230;)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53115</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53115</guid>
		<description>&lt;a href=&quot;#comment-53106&quot; rel=&quot;nofollow&quot;&gt;@Robert&lt;/a&gt; 
Yeah, how come I wasn&#039;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#039;t in the GAC and wasn&#039;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there...)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</description>
		<content:encoded><![CDATA[<p><a href="#comment-53106" rel="nofollow">@Robert</a><br />
Yeah, how come I wasn&#8217;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#8217;t in the GAC and wasn&#8217;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there&#8230;)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Calls to ReportExecutionService.Render() Hang</title>
	<atom:link href="http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=calls-to-reportexecutionservice-render-hang</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53116</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53116</guid>
		<description>My *guess* (and a totally wild one at that) is that you didn&#039;t get an exception on process start/running because the missing assembly wasn&#039;t noticed until it was needed (potential external references are not a problem until they are needed).  

I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#039;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).

But that&#039;s all speculation :)</description>
		<content:encoded><![CDATA[<p>My *guess* (and a totally wild one at that) is that you didn&#8217;t get an exception on process start/running because the missing assembly wasn&#8217;t noticed until it was needed (potential external references are not a problem until they are needed).  </p>
<p>I suspect the deadlock is because one thread made the async call which started another thread which ended up dying while initializing (i.e. while the threadstart method was being JIT&#8217;ed).  This means that it never really started and therefore never sent any events (such as a failure event) to unlock the calling thread (which apparently did not have any sort of timeout).</p>
<p>But that&#8217;s all speculation <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rasa</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53115</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53115</guid>
		<description>&lt;a href=&quot;#comment-53106&quot; rel=&quot;nofollow&quot;&gt;@Robert&lt;/a&gt; 
Yeah, how come I wasn&#039;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#039;t in the GAC and wasn&#039;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there...)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</description>
		<content:encoded><![CDATA[<p><a href="#comment-53106" rel="nofollow">@Robert</a><br />
Yeah, how come I wasn&#8217;t getting a TypeLoadException?  Or if some assembly was being loaded, where was it coming from if it wasn&#8217;t in the GAC and wasn&#8217;t local?  (This is running on a 32 bit virtual, so theres no 64 bit weirdness there&#8230;)  Is there something about Windows Services that eat loading exceptions?  Why did the call to the phantom object hang instead of throw an exception, terminate the service, or something else more reasonable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/comment-page-1/#comment-53106</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/01/25/calls-to-reportexecutionservice-render-hang/#comment-53106</guid>
		<description>Is your question why did the app load at all (with missing references) or something else?</description>
		<content:encoded><![CDATA[<p>Is your question why did the app load at all (with missing references) or something else?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

