<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Third Shelf &#187; nhibernate</title>
	<atom:link href="http://thirdshelf.com/tag/nhibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://thirdshelf.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 17:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thirdshelf.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Third Shelf &#187; nhibernate</title>
		<link>http://thirdshelf.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thirdshelf.com/osd.xml" title="Third Shelf" />
	<atom:link rel='hub' href='http://thirdshelf.com/?pushpress=hub'/>
		<item>
		<title>Unit test deployment issue when file is untrusted</title>
		<link>http://thirdshelf.com/2010/04/05/unit-test-deployment-issue-when-file-is-untrusted/</link>
		<comments>http://thirdshelf.com/2010/04/05/unit-test-deployment-issue-when-file-is-untrusted/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 15:12:52 +0000</pubDate>
		<dc:creator>Sydney du Plooy</dc:creator>
				<category><![CDATA[visual studio]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nhibernate]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://thirdshelf.com/?p=369</guid>
		<description><![CDATA[Recently, I decided to use NHibernate in a project so that I could achieve database affinity. That provided me with another benefit and that was the ability to create a database in-memory for testing purposes. Sounded great, but while trying to run the unit tests using MsTest and SQLite, I received the following error: &#8220;Test [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&#038;blog=3179385&#038;post=369&#038;subd=thirdshelf&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, I decided to use <a href="http://www.nhforge.net">NHibernate</a> in a project so that I could achieve database affinity. That provided me with another benefit and that was the ability to create a <a href="http://ayende.com/Blog/archive/2006/10/14/UnitTestingWithNHibernateActiveRecord.aspx">database in-memory</a> for testing purposes. Sounded great, but while trying to run the unit tests using <a href="http://en.wikipedia.org/wiki/MSTest">MsTest</a> and <a href="http://sqlite.org/">SQLite</a>, I received the following error: &#8220;<em>Test Run deployment issue: The location of the file or directory &#8216;C:\projects\myproject\SQLite\sqlite3.dll&#8217; is not trusted.</em>&#8220;.</p>
<p>That problem was easily solved by simply unblocking the file. Below are the steps on how to unblock the file:</p>
<ol>
<li>Right-click the blocked file (sqlite3.dll), and then click 				<strong>Properties</strong>.</li>
<li>This will open the properties dialog:</li>
<p><a href="http://thirdshelf.files.wordpress.com/2010/04/unblockpropertiesdialog.png"><img title="UnblockPropertiesDialog" src="http://thirdshelf.files.wordpress.com/2010/04/unblockpropertiesdialog.png?w=377&h=515" alt="" width="377" height="515" /></a></p>
<li>In the <strong>General</strong> tab, click 				<strong>Unblock</strong>.</li>
<li>Click on <strong>OK</strong>.</li>
</ol>
<p>That&#8217;s it, the file is now trusted and the runtime should be able to load the file successfully.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thirdshelf.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thirdshelf.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thirdshelf.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thirdshelf.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thirdshelf.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thirdshelf.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thirdshelf.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thirdshelf.wordpress.com/369/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&#038;blog=3179385&#038;post=369&#038;subd=thirdshelf&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thirdshelf.com/2010/04/05/unit-test-deployment-issue-when-file-is-untrusted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sydney</media:title>
		</media:content>

		<media:content url="http://thirdshelf.files.wordpress.com/2010/04/unblockpropertiesdialog.png" medium="image">
			<media:title type="html">UnblockPropertiesDialog</media:title>
		</media:content>
	</item>
		<item>
		<title>XML Intellisense for NHibernate</title>
		<link>http://thirdshelf.com/2009/05/16/xml-intellisense-for-nhibernate/</link>
		<comments>http://thirdshelf.com/2009/05/16/xml-intellisense-for-nhibernate/#comments</comments>
		<pubDate>Sat, 16 May 2009 13:46:19 +0000</pubDate>
		<dc:creator>Sydney du Plooy</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nhibernate]]></category>

		<guid isPermaLink="false">http://thirdshelf.com/?p=227</guid>
		<description><![CDATA[Using NHibernate requires the writing of some tedious XML-based configuration mapping files. Remembering all the tags and attributes can sometimes be overwhelming. Thankfully the contributors decided to include intellisense hints, which are in nhibernate-configuration.xsd and nhibernate-mapping.xsd. In order to have the hints available in Visual Studio 2008 copy the files into C:\Program Files\Microsoft Visual Studio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&#038;blog=3179385&#038;post=227&#038;subd=thirdshelf&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-230" title="nhibernate-intellisense" src="http://thirdshelf.files.wordpress.com/2009/05/nhibernate-intellisense.jpg?w=720" alt="nhibernate-intellisense"   />Using <a href="http://nhforge.org/">NHibernate</a> requires the writing of some tedious XML-based configuration mapping files. Remembering all the tags and attributes can sometimes be overwhelming. Thankfully the contributors decided to include intellisense hints, which are in <strong>nhibernate-configuration.xsd</strong> and <strong>nhibernate-mapping.xsd</strong>.</p>
<p>In order to have the hints available in Visual Studio 2008 copy the files into <em>C:\Program Files\Microsoft Visual Studio 9.0\XML\Schemas</em> and restart Visual Studio.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thirdshelf.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thirdshelf.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thirdshelf.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thirdshelf.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thirdshelf.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thirdshelf.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thirdshelf.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thirdshelf.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thirdshelf.com&#038;blog=3179385&#038;post=227&#038;subd=thirdshelf&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thirdshelf.com/2009/05/16/xml-intellisense-for-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sydney</media:title>
		</media:content>

		<media:content url="http://thirdshelf.files.wordpress.com/2009/05/nhibernate-intellisense.jpg" medium="image">
			<media:title type="html">nhibernate-intellisense</media:title>
		</media:content>
	</item>
	</channel>
</rss>
