<?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; Windows 7</title>
	<atom:link href="http://www.scottleckie.com/category/windows-7/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>Horrible error running against a 32bit .Net Library from a 64bit application</title>
		<link>http://www.scottleckie.com/2009/05/horrible-error-running-against-a-32bit-net-library-from-a-64bit-application/</link>
		<comments>http://www.scottleckie.com/2009/05/horrible-error-running-against-a-32bit-net-library-from-a-64bit-application/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:28:00 +0000</pubDate>
		<dc:creator>Scott Leckie</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.scottleckie.com/2009/05/horrible-error-running-against-a-32bit-net-library-from-a-64bit-application/</guid>
		<description><![CDATA[<p>So, this is my first new dev project on my shiny new Windows 7 64bit machine (having come from a 32bit Vista box). As it happens, I want to use the Microsoft Data Visualization Components, which are only available as a set of 32bit DLLs compiled sometime in 2006.</p>
<p>OK, all good so far – loaded ‘em up, referenced them, threw a TreeMap control on my form, compiled fine and then ran it, and… Bang!</p>
<p> </p>
<p>Got a message;</p>
<p>Could not load type &#8216;Microsoft.Research.CommunityTechnologies.Treemap.NodeColor&#8217; from assembly &#8216;TreemapGenerator, Version=1.0.1.38, Culture=neutral, PublicKeyToken=3f6121a52ebf7c82&#8242; because it contains an object field at offset 0 that is incorrectly aligned or overlapped by a non-object field.</p>
<p>Turns out the problem is that I’m referencing a 32bit component from a 64bit application, and [...]]]></description>
		<wfw:commentRss>http://www.scottleckie.com/2009/05/horrible-error-running-against-a-32bit-net-library-from-a-64bit-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Microsoft Data Visualization Components on Windows 7</title>
		<link>http://www.scottleckie.com/2009/05/microsoft-data-visualization-components-on-windows-7/</link>
		<comments>http://www.scottleckie.com/2009/05/microsoft-data-visualization-components-on-windows-7/#comments</comments>
		<pubDate>Thu, 14 May 2009 22:33:00 +0000</pubDate>
		<dc:creator>Scott Leckie</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.scottleckie.com/2009/05/microsoft-data-visualization-components-on-windows-7/</guid>
		<description><![CDATA[<p>I’ve been playing around with the Data Visualization Components recently (looking to incorporate the TreeMap control with a SequioaView-a-like disk space analyser) but ran into problems getting the toolkit installed on Windows 7 RC1. Running the setup from the official page at http://research.microsoft.com/en-us/downloads/dda33e92-f0e8-4961-baaa-98160a006c27/default.aspx gets stuck looking for .Net Framework 1.1.4322;</p>
<p> </p>
<p>Of course, being Windows 7, .Net 3.5 is already installed which should include .Net 1.1 but it looks like the Components installer is hopelessly confused. I couldn’t get the installer to believe we had something better than 1.1 already installed and I didn’t want to try and hack .Net 1.1 on top of Windows 7.</p>
<p>So, all I really needed were the “bunch of files” that come in the Component setup so [...]]]></description>
		<wfw:commentRss>http://www.scottleckie.com/2009/05/microsoft-data-visualization-components-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

