<?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: Enabling Intellisense for NHibernate</title>
	<atom:link href="http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 14:32:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Cem</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-148</link>
		<dc:creator>Cem</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-148</guid>
		<description>Thank you James,

i did it at the end with your help.</description>
		<content:encoded><![CDATA[<p>Thank you James,</p>
<p>i did it at the end with your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-147</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Thu, 14 Aug 2008 21:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-147</guid>
		<description>I&#039;m running VS2008 SP1 and getting Intellisense. Double check where you dropped the XSD files. If you&#039;re running 64-bit Windows, you&#039;ll need to put it in c:\Program Files (x86)\Microsoft Visual Studio 9.0\Xml\Schemas. You might also try restarting Visual Studio 2008 to pick up the new schemas. Double-check the namespace on your mapping/config files. It should be:

&lt;hibernate-mapping xmlns=&quot;urn:nhibernate-maping-2.2&quot;&gt;
and
&lt;hibernate-configuration xmlns=&quot;urn:nhibernate-configuration-2.2&quot;&gt;

N.B. NHibernate 2.0 uses schema version 2.2. (If I recall, NHibernate 1.2 used schema version 2.0.)</description>
		<content:encoded><![CDATA[<p>I&#8217;m running VS2008 SP1 and getting Intellisense. Double check where you dropped the XSD files. If you&#8217;re running 64-bit Windows, you&#8217;ll need to put it in c:\Program Files (x86)\Microsoft Visual Studio 9.0\Xml\Schemas. You might also try restarting Visual Studio 2008 to pick up the new schemas. Double-check the namespace on your mapping/config files. It should be:</p>
<p>&lt;hibernate-mapping xmlns=&quot;urn:nhibernate-maping-2.2&quot;&gt;<br />
and<br />
&lt;hibernate-configuration xmlns=&quot;urn:nhibernate-configuration-2.2&quot;&gt;</p>
<p>N.B. NHibernate 2.0 uses schema version 2.2. (If I recall, NHibernate 1.2 used schema version 2.0.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-146</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 14 Aug 2008 21:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-146</guid>
		<description>Not working for vs 2008 sp1.
any suggestion?</description>
		<content:encoded><![CDATA[<p>Not working for vs 2008 sp1.<br />
any suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-145</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-145</guid>
		<description>I&#039;ll never doubt you again ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll never doubt you again <img src='http://jameskovacs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-144</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Wed, 17 Oct 2007 14:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-144</guid>
		<description>I&#039;ve known this trick for awhile. I&#039;ve just been getting questions of how to enable Intellisense for NHibernate when I&#039;ve been presenting. So I figured that I&#039;d document it. Nothing more, nothing less.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve known this trick for awhile. I&#8217;ve just been getting questions of how to enable Intellisense for NHibernate when I&#8217;ve been presenting. So I figured that I&#8217;d document it. Nothing more, nothing less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-143</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Wed, 17 Oct 2007 13:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-143</guid>
		<description>lol, where have you been?

(I had a similar geek-out moment a few years ago when I discovered that trick)</description>
		<content:encoded><![CDATA[<p>lol, where have you been?</p>
<p>(I had a similar geek-out moment a few years ago when I discovered that trick)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Opgenorth</title>
		<link>http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/comment-page-1/#comment-142</link>
		<dc:creator>Tom Opgenorth</dc:creator>
		<pubDate>Wed, 17 Oct 2007 12:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/10/17/Enabling+Intellisense+For+NHibernate#comment-142</guid>
		<description>There is also a similar trick to get &lt;a href=&quot;http://www.opgenorth.net/BlogView.aspx?pageid=1&amp;ItemID=76&amp;mid=27&quot;&gt;log4net Intellisense in VS2005&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>There is also a similar trick to get <a href="http://www.opgenorth.net/BlogView.aspx?pageid=1&#038;ItemID=76&#038;mid=27">log4net Intellisense in VS2005</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

