<?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>Pushing Pixels &#187; Nunit</title>
	<atom:link href="http://familywhitfield.co.uk/wordpress/tag/nunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://familywhitfield.co.uk/wordpress</link>
	<description>Computing and Digital Imaging</description>
	<lastBuildDate>Thu, 24 Mar 2011 20:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Don&#8217;t believe NUnit</title>
		<link>http://familywhitfield.co.uk/wordpress/2007/01/05/dont-believe-nunit/</link>
		<comments>http://familywhitfield.co.uk/wordpress/2007/01/05/dont-believe-nunit/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 11:07:39 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP2]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Nunit]]></category>
		<category><![CDATA[test driven development]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://familywhitfield.co.uk/wordpress/?p=11</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style" addthis:url='http://familywhitfield.co.uk/wordpress/2007/01/05/dont-believe-nunit/' addthis:title='Don&#8217;t believe NUnit' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_email"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_digg"></a><a class="addthis_button_compact"></a></div>Just a quick note about a little problem I found using Nunit (2.2.9, but affects earlier revisions too). After a bunch of edits to my project, I suddenly started getting messages from NUnit GUI &#8220;could not load file or assembly nunit.core&#8221;. Try as I could, this would not go away. This included everything from reinstalling [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style" addthis:url='http://familywhitfield.co.uk/wordpress/2007/01/05/dont-believe-nunit/' addthis:title='Don&#8217;t believe NUnit' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_email"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_digg"></a><a class="addthis_button_compact"></a></div><p><em>Just a quick note about a little problem I found using Nunit (2.2.9, but affects earlier revisions too).</em></p>
<p>After a bunch of edits to my project, I suddenly started getting messages from NUnit GUI &#8220;could not load file or assembly nunit.core&#8221;. Try as I could, this would not go away. This included everything from reinstalling NUnit to tracking DLL loading via SysInternal&#8217;s Process Explorer tool.<br />
My project is non trivial &#8211; a top level solution containing an ASP2 web project, a couple of library DLL&#8217;s for the business logic, a unit test executable, and a testing helper library to help cross reference test results against direct SQL calls. As I&#8217;ll be writing about in another post shortly, incorporating unit testing into an ASP project is a pain in the rear and so I had been restructuring things. My natural assumption based on the error message was I had messed up something in the linking/referencing.</p>
<p>But it turned out to be an error in the application config file &#8211; for some reason NUnit reports this as a DLL missing, not that you have mistyped a bit of config text. I simply had a closing  tag in the wrong place &#8211; still syntactically correct, however.<br />
<a title="Nunit DLL load issue" href="http://vibhu.info/2007/01/02/wierd-issue-could-not-load-file-or-assembly-nunitcore/">This link</a> is by someone else who hit the exact same problem, and he has written about in more detail.</p>
<p>So remember folks: <em>never assume a system generates the correct error message for all circumstances. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://familywhitfield.co.uk/wordpress/2007/01/05/dont-believe-nunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

