<?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: NHibernate.MappingException: Unknown entity class</title>
	<atom:link href="http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/</link>
	<description>Custom Software Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:27:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John R</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-113077</link>
		<dc:creator>John R</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-113077</guid>
		<description>You just solved my problem! A class that was not recognized in my NHibernate mapping was not set to &quot;Embedded Resource&quot;. Changing that setting fixed my bug. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>You just solved my problem! A class that was not recognized in my NHibernate mapping was not set to &#8220;Embedded Resource&#8221;. Changing that setting fixed my bug. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suman</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-109986</link>
		<dc:creator>Suman</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-109986</guid>
		<description>Hi,

I am new to nhibernet. I have created on Console Application and added User Class and corresponding hbm.xml made it embeded resource 

Code 

  Configuration cfg = new Configuration();
                           cfg.Configure(@&quot;ProjectLocation\hibernate.cfg.xml&quot;);

it is giving 
NHibernate.MappingException: Could not compile the mapping document: POCNibernet.User.hbm.xml</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to nhibernet. I have created on Console Application and added User Class and corresponding hbm.xml made it embeded resource </p>
<p>Code </p>
<p>  Configuration cfg = new Configuration();<br />
                           cfg.Configure(@&#8221;ProjectLocation\hibernate.cfg.xml&#8221;);</p>
<p>it is giving<br />
NHibernate.MappingException: Could not compile the mapping document: POCNibernet.User.hbm.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gash</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-108379</link>
		<dc:creator>gash</dc:creator>
		<pubDate>Thu, 30 Jul 2009 19:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-108379</guid>
		<description>Thanks a lot. It didn&#039;t exactly solve my problem but gave me an idea for the solution. I had to ensure that there were no mis-spellings in my mapping files.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It didn&#8217;t exactly solve my problem but gave me an idea for the solution. I had to ensure that there were no mis-spellings in my mapping files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehdi</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-106781</link>
		<dc:creator>mehdi</dc:creator>
		<pubDate>Fri, 03 Jul 2009 03:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-106781</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asif</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-105142</link>
		<dc:creator>asif</dc:creator>
		<pubDate>Sat, 13 Jun 2009 09:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-105142</guid>
		<description>A0A
plz update me how i can 
 “Build Action” to “Embedded Resource.
i m using asp.net 2.0 and i have placed the the code in App_Code folder.
i m getting unknow entity Cat class.</description>
		<content:encoded><![CDATA[<p>A0A<br />
plz update me how i can<br />
 “Build Action” to “Embedded Resource.<br />
i m using asp.net 2.0 and i have placed the the code in App_Code folder.<br />
i m getting unknow entity Cat class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahdi</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-104430</link>
		<dc:creator>mahdi</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-104430</guid>
		<description>realy thank u? ;)</description>
		<content:encoded><![CDATA[<p>realy thank u? <img src='http://www.verysimple.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-103517</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Tue, 26 May 2009 06:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-103517</guid>
		<description>hello, i m using asp.net website
can u tell me how to set build property in asp.net website application.....
i could not found the build property of xml file here....so please</description>
		<content:encoded><![CDATA[<p>hello, i m using asp.net website<br />
can u tell me how to set build property in asp.net website application&#8230;..<br />
i could not found the build property of xml file here&#8230;.so please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NHibernate.MappingException: Unknown entity class &#171; Kenno&#8217;s OpenNote</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-103513</link>
		<dc:creator>NHibernate.MappingException: Unknown entity class &#171; Kenno&#8217;s OpenNote</dc:creator>
		<pubDate>Tue, 26 May 2009 06:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-103513</guid>
		<description>[...] VerySimple, Inc    Tagged with: NHibernate   no comments yet    &#171; Debian JSON [...]</description>
		<content:encoded><![CDATA[<p>[...] VerySimple, Inc    Tagged with: NHibernate   no comments yet    &laquo; Debian JSON [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-102282</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 15 May 2009 11:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-102282</guid>
		<description>Thanks man, sometimes the you just forget to set the embedded ressource...</description>
		<content:encoded><![CDATA[<p>Thanks man, sometimes the you just forget to set the embedded ressource&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesus</title>
		<link>http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/comment-page-1/#comment-101030</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Thu, 30 Apr 2009 05:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/2007/07/08/nhibernate-unknown-entity-class/#comment-101030</guid>
		<description>thanks a lot man I suffered by that exception 
3 hours:D(JESUS CHRIST)</description>
		<content:encoded><![CDATA[<p>thanks a lot man I suffered by that exception<br />
3 hours:D(JESUS CHRIST)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
