<?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/"
	>

<channel>
	<title>Adventures With .Net &#187; NHibernate</title>
	<atom:link href="http://adventureswith.net/category/nhibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://adventureswith.net</link>
	<description>C# and the like</description>
	<lastBuildDate>Tue, 15 Nov 2011 15:34:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Arrh! Invocation Error! NHibernate</title>
		<link>http://adventureswith.net/arrh-invocation-error-nhibernate/</link>
		<comments>http://adventureswith.net/arrh-invocation-error-nhibernate/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:57:55 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=106</guid>
		<description><![CDATA[I had started to get this annoying error when I ran my web app: Exception has been thrown by the target of an invocation. Simple fix. Add back those virtual keywords onto my POCOs that somehow disappeared. public int Id &#8230; <a href="http://adventureswith.net/arrh-invocation-error-nhibernate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-1070"></div></div><p>I had started to get this annoying error when I ran my web app: </p>
<blockquote><p><strong>Exception has been thrown by the target of an invocation.</strong></p>
</blockquote>
<p>Simple fix. Add back those <strong>virtual</strong> keywords onto my POCOs that somehow disappeared.    <br />public int Id {get;set}&#160;&#160; &#8211;&gt;&#160; public virtual int Id {get;set;}</p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/arrh-invocation-error-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

