<?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: Returning errorlevels from C# applications</title>
	<atom:link href="http://www.dutton.me.uk/2009/01/22/returning-errorlevels-from-c-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dutton.me.uk/2009/01/22/returning-errorlevels-from-c-applications/</link>
	<description>Software Engineering, Photography, Travel, Stuff...</description>
	<lastBuildDate>Sat, 06 Mar 2010 11:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: c</title>
		<link>http://www.dutton.me.uk/2009/01/22/returning-errorlevels-from-c-applications/comment-page-1/#comment-2</link>
		<dc:creator>c</dc:creator>
		<pubDate>Wed, 04 Feb 2009 18:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=20#comment-2</guid>
		<description>May I just advise against using C# console applications should you wish to do some file i/o from a non-local location (a server hosted code repository, for instance); as you run into the .NET trust-wall-of-death, as your application will not be trusted to edit these files, and in order to gain this trust you must jump through the signing-hoops-from-hell, where you will never get the approach documented on MSDN to work, and will therefore fall back to a extremely dirty technique of hashing your assembly and forcing it into the list of trusted intranet located applications every time you build it, making your policy list some unsightly list of hexadecimal chuff that no human can read and decipher.  I would recommend perl for this type of task, as merely falling onto your keyboard whilst napping at your desk should generate a more useable output.</description>
		<content:encoded><![CDATA[<p>May I just advise against using C# console applications should you wish to do some file i/o from a non-local location (a server hosted code repository, for instance); as you run into the .NET trust-wall-of-death, as your application will not be trusted to edit these files, and in order to gain this trust you must jump through the signing-hoops-from-hell, where you will never get the approach documented on MSDN to work, and will therefore fall back to a extremely dirty technique of hashing your assembly and forcing it into the list of trusted intranet located applications every time you build it, making your policy list some unsightly list of hexadecimal chuff that no human can read and decipher.  I would recommend perl for this type of task, as merely falling onto your keyboard whilst napping at your desk should generate a more useable output.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
