<?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: Configuring NHibernate in a Multiple Project Layout</title>
	<atom:link href="http://blog.codehangover.com/configuring-nhibernate-in-a-multiple-project-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codehangover.com/configuring-nhibernate-in-a-multiple-project-layout/</link>
	<description>Go ahead, have another</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:47:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Welzie</title>
		<link>http://blog.codehangover.com/configuring-nhibernate-in-a-multiple-project-layout/#comment-449</link>
		<dc:creator>Welzie</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codehangover.com/?p=417#comment-449</guid>
		<description>&lt;a href=&#039;#comment-445&#039; rel=&quot;nofollow&quot;&gt;@Ian&lt;/a&gt; - Sorry Ian I don&#039;t know the answer to that.  I strongly suggest you post this question on http://stackoverflow.com/ and the nhibernate google group http://groups.google.com/group/nhusers/.  I have received lots of help from both sites.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;449&#039;,&#039;Welzie&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;449&#039;,&#039;Welzie&#039;,&#039;&lt;a href=\&#039;#comment-445\&#039; rel=\&quot;nofollow\&quot;&gt;@Ian&lt;\/a&gt; - Sorry Ian I don\&#039;t know the answer to that.  I strongly suggest you post this question on http:\/\/stackoverflow.com\/ and the nhibernate google group http:\/\/groups.google.com\/group\/nhusers\/.  I have received lots of help from both sites.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href='#comment-445' rel="nofollow">@Ian</a> &#8211; Sorry Ian I don&#8217;t know the answer to that.  I strongly suggest you post this question on <a href="http://stackoverflow.com/" rel="nofollow">http://stackoverflow.com/</a> and the nhibernate google group <a href="http://groups.google.com/group/nhusers/" rel="nofollow">http://groups.google.com/group/nhusers/</a>.  I have received lots of help from both sites.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('449','Welzie'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('449','Welzie','&lt;a href=\'#comment-445\' rel=\&quot;nofollow\&quot;&gt;@Ian&lt;\/a&gt; - Sorry Ian I don\'t know the answer to that.  I strongly suggest you post this question on http:\/\/stackoverflow.com\/ and the nhibernate google group http:\/\/groups.google.com\/group\/nhusers\/.  I have received lots of help from both sites.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.codehangover.com/configuring-nhibernate-in-a-multiple-project-layout/#comment-445</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 03 Dec 2009 12:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codehangover.com/?p=417#comment-445</guid>
		<description>I have used this model for a while now, but I&#039;m having trouble when a mapped class in my data access layer, for instance a  association in my mapping file, relates to an object that is mapped in a separate solution, in a separate assembly, and hence in a separate namespace.  

NHibernate gives me a runtime error stating that my one-to-many association refers to an unmapped class, even though my project references are correct and my class definitions embed the remote class correctly as a property.

The only solution I have found is to add the remote mapping to my project as an embedded resource, but I&#039;m then left with a copy of the remote mapping in my project, and obviously this won&#039;t be updated if the remote mapping changes.

Any ideas?

TIA
Ian&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;445&#039;,&#039;Ian&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;445&#039;,&#039;Ian&#039;,&#039;I have used this model for a while now, but I\&#039;m having trouble when a mapped class in my data access layer, for instance a  association in my mapping file, relates to an object that is mapped in a separate solution, in a separate assembly, and hence in a separate namespace.  \r\n\r\nNHibernate gives me a runtime error stating that my one-to-many association refers to an unmapped class, even though my project references are correct and my class definitions embed the remote class correctly as a property.\r\n\r\nThe only solution I have found is to add the remote mapping to my project as an embedded resource, but I\&#039;m then left with a copy of the remote mapping in my project, and obviously this won\&#039;t be updated if the remote mapping changes.\r\n\r\nAny ideas?\r\n\r\nTIA\r\nIan&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I have used this model for a while now, but I&#8217;m having trouble when a mapped class in my data access layer, for instance a  association in my mapping file, relates to an object that is mapped in a separate solution, in a separate assembly, and hence in a separate namespace.  </p>
<p>NHibernate gives me a runtime error stating that my one-to-many association refers to an unmapped class, even though my project references are correct and my class definitions embed the remote class correctly as a property.</p>
<p>The only solution I have found is to add the remote mapping to my project as an embedded resource, but I&#8217;m then left with a copy of the remote mapping in my project, and obviously this won&#8217;t be updated if the remote mapping changes.</p>
<p>Any ideas?</p>
<p>TIA<br />
Ian
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('445','Ian'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('445','Ian','I have used this model for a while now, but I\'m having trouble when a mapped class in my data access layer, for instance a  association in my mapping file, relates to an object that is mapped in a separate solution, in a separate assembly, and hence in a separate namespace.  \r\n\r\nNHibernate gives me a runtime error stating that my one-to-many association refers to an unmapped class, even though my project references are correct and my class definitions embed the remote class correctly as a property.\r\n\r\nThe only solution I have found is to add the remote mapping to my project as an embedded resource, but I\'m then left with a copy of the remote mapping in my project, and obviously this won\'t be updated if the remote mapping changes.\r\n\r\nAny ideas?\r\n\r\nTIA\r\nIan'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>

