<?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>Bits, Bytes And Burps &#187; !justworks</title>
	<atom:link href="http://www.brainyautomation.com/blog/tag/justworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainyautomation.com/blog</link>
	<description>Tech Ramblings of a Confused Mind...</description>
	<lastBuildDate>Wed, 16 Mar 2011 20:57:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Just delete the damn folder&#8230;</title>
		<link>http://www.brainyautomation.com/blog/2011/01/28/just-delete-the-damn-folder/</link>
		<comments>http://www.brainyautomation.com/blog/2011/01/28/just-delete-the-damn-folder/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 14:53:05 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Windows7]]></category>
		<category><![CDATA[!justworks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=126</guid>
		<description><![CDATA[So I run into a problem where there are folders on my &#8220;Storage&#8221; drive (like drive &#8220;D:&#8221; that is way<a href="http://www.brainyautomation.com/blog/2011/01/28/just-delete-the-damn-folder/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>So I run into a problem where there are folders on my &#8220;Storage&#8221; drive (like drive &#8220;D:&#8221; that is way bigger than my boot drive) that for some unknown friggin&#8217; reason I am unable to delete, Windows 7 just gives me some run around and makes me want to take a sledgehammer to the damn thing.</p>
<p>So searching around and I found how to delete it; Change the owner the admin, change the acl&#8217;s, then use rmdir from cmd line.</p>
<p>Like so (to whack folder &#8220;D:\delete_damnit&#8221;);</p>
<ul>
<li>Right-click on folder -> Properties -> Security Tab</li>
<li>Click on Advanced button -> Owner tab</li>
<li>Edit.. button</li>
<li>Select Administrators in &#8216;Change owner to&#8217;, check &#8216;replace owner on subcontainers and objects&#8217;</li>
<li>Open cmd.exe as administrator</li>
<li>Run &#8216;cacls D:\delete_damnit /T /e /g Administrators:f&#8217;</li>
<li>Run &#8216;rmdir /S D:delete_damnit&#8217;</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brainyautomation.com/blog/2011/01/28/just-delete-the-damn-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotNetOpenAuth MVC Template + VS2010 + Win7 64 == crap;</title>
		<link>http://www.brainyautomation.com/blog/2010/05/17/dotnetopenauth-mvc-template-vs2010-win7-64-crap/</link>
		<comments>http://www.brainyautomation.com/blog/2010/05/17/dotnetopenauth-mvc-template-vs2010-win7-64-crap/#comments</comments>
		<pubDate>Mon, 17 May 2010 05:20:00 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[!justworks]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">/blog/post/DotNetOpenAuth-MVC-Template-2b-VS2010-2b-Win7-64-3d3d-crap3b.aspx</guid>
		<description><![CDATA[Well I was playing around with trying to setup a new MVC 2.0 site to use DotNetOpenAuth and I was<a href="http://www.brainyautomation.com/blog/2010/05/17/dotnetopenauth-mvc-template-vs2010-win7-64-crap/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Well I was playing around with trying to setup a new MVC 2.0 site to use<a href="http://www.dotnetopenauth.net/"> DotNetOpenAuth</a> and I was thrilled to see that the site has a template you can download to make an example site. <strong>Excellent</strong> I thought!</p>
<p>But of course then I tried it; Using VS210 (10.0.30319.1 RTMRel) and ASP.NET MVC 2 I get this lovely error once I get past the setup.aspx page;</p>
<pre>The view at '~/Views/Home/Index.aspx' must derive from ViewPage, ViewPage, ViewUserControl, or ViewUserControl.</pre>
<p>Humm I figure its something I am doing so I go out and get my Google fu on, I find its a <a href="http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3939">common problem</a> with <a href="http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=3925">VS2010 + ASP.NET MVC + Win7 64 Bit</a>. Ah Joy.</p>
<p>So download the<a href="https://www.ohloh.net/p/dotnetopenauth/download?package=DotNetOpenAuth+project+templates&amp;release=3.4.3"> VS2008 template</a>, using VS2008, run through the setup.aspx and viola it works like a charm. No funky errors with the template and the redirect they are doing.</p>
<p>Thought I would share as I was kinda sad to see that a VS2010 bug with ASP.NET MVC persisted past QA. So sad.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brainyautomation.com/blog/2010/05/17/dotnetopenauth-mvc-template-vs2010-win7-64-crap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

