<?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: How-To: Using the N* Stack, part 2</title>
	<atom:link href="http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/</link>
	<description>I&#039;m just here for the code</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:39:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Part 7: NHibernate and Ninject for ASP.NET MVC - NHibernate blog - NHibernate Forge</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-175</link>
		<dc:creator>Part 7: NHibernate and Ninject for ASP.NET MVC - NHibernate blog - NHibernate Forge</dc:creator>
		<pubDate>Sat, 29 Aug 2009 20:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-175</guid>
		<description>[...] course, for the sake of history, read up on part 1, part 2, part 3, part 4, part 5, and part [...]</description>
		<content:encoded><![CDATA[<p>[...] course, for the sake of history, read up on part 1, part 2, part 3, part 4, part 5, and part [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 5: Fixing the Broken Stuff - NHibernate blog - NHibernate Forge</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-131</link>
		<dc:creator>Part 5: Fixing the Broken Stuff - NHibernate blog - NHibernate Forge</dc:creator>
		<pubDate>Sun, 23 Aug 2009 22:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-131</guid>
		<description>[...] Part 2 – Model design [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 – Model design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 5: Fixing the Broken Stuff &#171; BASICly everything</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-117</link>
		<dc:creator>Part 5: Fixing the Broken Stuff &#171; BASICly everything</dc:creator>
		<pubDate>Sat, 22 Aug 2009 13:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-117</guid>
		<description>[...] Part 2 – Model design [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 – Model design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-92</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-92</guid>
		<description>Yes. DI is working fine for me, although I&#039;ve only used it a handful of places in the last two weeks. 

I don&#039;t use Castle Windsor or the Castle EBC provider, but I do use Castle DynamicProxy with my NinjectBytecodeProvider. Still, it&#039;s almost certainly not a problem with Windsor or the EBC.

When you get the exception, drop in to the debugger and map out the inheritance of that proxy object. I&#039;m guessing you&#039;ll find your answer there.</description>
		<content:encoded><![CDATA[<p>Yes. DI is working fine for me, although I&#8217;ve only used it a handful of places in the last two weeks. </p>
<p>I don&#8217;t use Castle Windsor or the Castle EBC provider, but I do use Castle DynamicProxy with my NinjectBytecodeProvider. Still, it&#8217;s almost certainly not a problem with Windsor or the EBC.</p>
<p>When you get the exception, drop in to the debugger and map out the inheritance of that proxy object. I&#8217;m guessing you&#8217;ll find your answer there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Clarke</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-91</link>
		<dc:creator>Nick Clarke</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-91</guid>
		<description>Have you been able to get the dependency injection working? as I&#039;m having trouble with casting issues.

&quot;Unable to cast object of type &#039;INHibernateProxyProxy9fe900867c074225b4a86e884ded38d9&#039; to type &#039;App.Models.Company&#039;&quot;

I&#039;m using Castle IoC and when I debug the NH code it seems to error when trying to cast from a proxy object to my object.

I did read somewhere that you can&#039;t cast when the objects are created in different generator, but this should not be my problem as I pass the container into the EnhancedBytecode (uNhAddIns).

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Have you been able to get the dependency injection working? as I&#8217;m having trouble with casting issues.</p>
<p>&#8220;Unable to cast object of type &#8216;INHibernateProxyProxy9fe900867c074225b4a86e884ded38d9&#8242; to type &#8216;App.Models.Company&#8217;&#8221;</p>
<p>I&#8217;m using Castle IoC and when I debug the NH code it seems to error when trying to cast from a proxy object to my object.</p>
<p>I did read somewhere that you can&#8217;t cast when the objects are created in different generator, but this should not be my problem as I pass the container into the EnhancedBytecode (uNhAddIns).</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Buzz, Page 1</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-69</link>
		<dc:creator>ASP.NET MVC Archived Buzz, Page 1</dc:creator>
		<pubDate>Mon, 17 Aug 2009 07:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-69</guid>
		<description>[...] to Vote[Del.icio.us] How-To: Using the N* Stack, part 2 - NHibernate blog - NHibernate Forge (8/16/2009)Sunday, August 16, 2009 from [...]</description>
		<content:encoded><![CDATA[<p>[...] to Vote[Del.icio.us] How-To: Using the N* Stack, part 2 &#8211; NHibernate blog &#8211; NHibernate Forge (8/16/2009)Sunday, August 16, 2009 from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To: Using the N* Stack, part 4 &#171; BASICly everything</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-56</link>
		<dc:creator>How-To: Using the N* Stack, part 4 &#171; BASICly everything</dc:creator>
		<pubDate>Sun, 16 Aug 2009 09:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-56</guid>
		<description>[...] Part 2 – Building the model [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 – Building the model [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To: Using the N* Stack, part 3 - NHibernate blog - NHibernate Forge</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-46</link>
		<dc:creator>How-To: Using the N* Stack, part 3 - NHibernate blog - NHibernate Forge</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-46</guid>
		<description>[...] third installment in my series. In part 1, we downloaded our libraries and set up our solution. In part 2, we built our model. In this part, we’ll configure NHibernate and set up our database mappings. [...]</description>
		<content:encoded><![CDATA[<p>[...] third installment in my series. In part 1, we downloaded our libraries and set up our solution. In part 2, we built our model. In this part, we’ll configure NHibernate and set up our database mappings. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To: Using the N* Stack, part 3 &#171; BASICly everything</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-44</link>
		<dc:creator>How-To: Using the N* Stack, part 3 &#171; BASICly everything</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-44</guid>
		<description>[...] third installment in my series. In part 1, we downloaded our libraries and set up our solution. In part 2, we built our model. In this part, we’ll configure NHibernate and set up our database mappings. [...]</description>
		<content:encoded><![CDATA[<p>[...] third installment in my series. In part 1, we downloaded our libraries and set up our solution. In part 2, we built our model. In this part, we’ll configure NHibernate and set up our database mappings. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Hanna</title>
		<link>http://jasondentler.com/blog/2009/08/how-to-using-the-n-stack-part-2/comment-page-1/#comment-42</link>
		<dc:creator>Dave Hanna</dc:creator>
		<pubDate>Thu, 13 Aug 2009 21:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/?p=161#comment-42</guid>
		<description>Thanks, Jason.

Eagerly awaiting the next installment!</description>
		<content:encoded><![CDATA[<p>Thanks, Jason.</p>
<p>Eagerly awaiting the next installment!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
