<?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>Scott&#039;s code and other ponderings... &#187; Vista</title>
	<atom:link href="http://www.scottleckie.com/category/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottleckie.com</link>
	<description>...how hard can it be?...</description>
	<lastBuildDate>Fri, 23 Dec 2011 01:55:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Downloaded CHM help file shows “Navigation to the webpage was cancelled”</title>
		<link>http://www.scottleckie.com/2009/05/downloaded-chm-help-file-shows-navigation-to-the-webpage-was-cancelled/</link>
		<comments>http://www.scottleckie.com/2009/05/downloaded-chm-help-file-shows-navigation-to-the-webpage-was-cancelled/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:08:00 +0000</pubDate>
		<dc:creator>Scott Leckie</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.scottleckie.com/2009/05/downloaded-chm-help-file-shows-%e2%80%9cnavigation-to-the-webpage-was-cancelled%e2%80%9d/</guid>
		<description><![CDATA[<p>Huh – that was an odd one. I copied a bunch of controls over to my Windows 7 box and the DLLs work, but the help files are stuffed;</p>
<p></p>
<p>It seems this is common problem, fixed by right-clicking the CHM file and clicking on an “Unblock” button which I’ve never seen before!</p>
<p></p>
<p>I can’t claim credit for this – found it at Rob Chandler’s blog here. Weird sense of priorities, huh? OK to copy and run any old DLL that you found lying in the bin, but a helpfile? Woooohhhh… no… that’s much [...]]]></description>
		<wfw:commentRss>http://www.scottleckie.com/2009/05/downloaded-chm-help-file-shows-navigation-to-the-webpage-was-cancelled/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>“The breakpoint will not currently be hit. No symbols have been loaded for this document.” &#8211; VS2008</title>
		<link>http://www.scottleckie.com/2009/04/%e2%80%9cthe-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document-%e2%80%9d-vs2008/</link>
		<comments>http://www.scottleckie.com/2009/04/%e2%80%9cthe-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document-%e2%80%9d-vs2008/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 17:01:00 +0000</pubDate>
		<dc:creator>Scott Leckie</dc:creator>
				<category><![CDATA[#Architecture]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.scottleckie.com/2009/04/%e2%80%9cthe-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document-%e2%80%9d-vs2008/</guid>
		<description><![CDATA[<p>I’d been hacking around with Sharp Architecture (#Arch)a few months back but haven’t touched it recently. However, the release of 1.0 to coincide with the formal release of ASP.NET MVC 1.0 got me interested again, so I downloaded the latest and greatest to see what’s adoing…</p>
<p>There’s a great community around #Arch and it’s pretty easy to get your head around (assuming you’ve a basic grounding in MVC and NHibernate) and it even comes with a sample/tutorial app based on the ubiquitous NorthWind database. Now, being a cautious sort I figured I’d start by getting the NorthWind sample up and running, as this would prove I had all the dependencies installed and wired up.</p>
<p>All you (should) need to do is restore the [...]]]></description>
		<wfw:commentRss>http://www.scottleckie.com/2009/04/%e2%80%9cthe-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document-%e2%80%9d-vs2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Auditing access to a file on Vista</title>
		<link>http://www.scottleckie.com/2009/04/auditing-access-to-a-file-on-vista/</link>
		<comments>http://www.scottleckie.com/2009/04/auditing-access-to-a-file-on-vista/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 16:22:00 +0000</pubDate>
		<dc:creator>Scott Leckie</dc:creator>
				<category><![CDATA[Anti Virus]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.scottleckie.com/2009/04/auditing-access-to-a-file-on-vista/</guid>
		<description><![CDATA[<p>Every so often, when I open Outlook, it tells me that my PST file was not closed properly and it’s being checked for errors. It seems from a spot of googling that this isn’t an Outlook problem as such, more that another app opened my PST and did not close it properly.</p>
<p>Task Manager or Anvir Task Manager (excellent app) shows that, whoever the culprit is, it’s not running the next time I start Outlook. My suspicions are firmly on Skype, especially as there are a ton of postings on it keeping the PST open, but I’ve checked the obvious settings and they don’t seem to be the culprit.</p>
<p>Right, I thought, let’s turn on file auditing and I can see which process [...]]]></description>
		<wfw:commentRss>http://www.scottleckie.com/2009/04/auditing-access-to-a-file-on-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

