<?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>Kenneth Brandon.com &#187; Vista 64</title>
	<atom:link href="http://www.kennethbrandon.com/tag/vista-64/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kennethbrandon.com</link>
	<description>Check it out!</description>
	<lastBuildDate>Thu, 27 Jan 2011 23:54:08 +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>Making a VS Project Work in Vista 64</title>
		<link>http://www.kennethbrandon.com/making-a-vs-project-work-in-vista-64/</link>
		<comments>http://www.kennethbrandon.com/making-a-vs-project-work-in-vista-64/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 21:06:36 +0000</pubDate>
		<dc:creator>Kenneth</dc:creator>
				<category><![CDATA[.Net Tips]]></category>
		<category><![CDATA[Howto & FYI]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[BadImageFormatException]]></category>
		<category><![CDATA[My Expose]]></category>
		<category><![CDATA[Vista 64]]></category>

		<guid isPermaLink="false">http://www.kennethbrandon.com/?p=64</guid>
		<description><![CDATA[Recently I came across an awesome open source application called My Exposé by Simon Ferquel.  It uses Window&#8217;s Vista&#8217;s api to give Vista the same Exposé feature that you would find on a Mac.  Using Vista&#8217;s api, it creates live thumbnails of your running applications. Pretty Nifty!  The only problem was it didn&#8217;t work in [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I came across an awesome open source application called <a title="My Expose" href="http://blogs.labo-dotnet.com/simon/archive/2006/11/08/11485.aspx" target="_blank">My Exposé</a> by Simon Ferquel.  It uses Window&#8217;s Vista&#8217;s api to give Vista the same Exposé feature that you would find on a Mac.  Using Vista&#8217;s api, it creates live thumbnails of your running applications. Pretty Nifty!  The only problem was it didn&#8217;t work in 64bit versions of Vista!  <img src='http://www.kennethbrandon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   So I set out on finding a solution.</p>
<p>(**Edit** If you are looking for a good Exposé clone, check out my article: <a href="http://www.kennethbrandon.com/expose-clones-reviewed/" target="_self">Exposé Clones Reviewed</a>)</p>
<p>After downloading the source and getting it to build in Visual Studio 2008, I was greeted with a BadImageFormatException.</p>
<p><a href="http://www.kennethbrandon.com/wp-content/uploads/2008/09/badimageexpception.png"><img class="size-full wp-image-65 alignnone" title="BadImageExpception" src="http://www.kennethbrandon.com/wp-content/uploads/2008/09/badimageexpception.png" alt="" width="452" height="299" /></a></p>
<h3>The fix was extremely easy.  It took 3 steps:</h3>
<h4>1.  Go to &#8220;Build-&gt;Configuration Manager.&#8221;</h4>
<p><a href="http://www.kennethbrandon.com/wp-content/uploads/2008/09/vsbuildclickconfigurationmanager.png"><img class="alignnone size-full wp-image-68" title="Build-&gt; Configuration Manager" src="http://www.kennethbrandon.com/wp-content/uploads/2008/09/vsbuildclickconfigurationmanager.png" alt="" width="438" height="275" /></a></p>
<h4>2.  Change the project&#8217;s platform from &#8220;Any CPU&#8221; to &#8220;x86.&#8221;  Because x86 isn&#8217;t listed you first must click &#8220;&lt;New&#8230;&gt;.&#8221;</h4>
<p><a href="http://www.kennethbrandon.com/wp-content/uploads/2008/09/configmanagerclicknewplatform.png"><img class="alignnone size-full wp-image-66" title="Click New Platform" src="http://www.kennethbrandon.com/wp-content/uploads/2008/09/configmanagerclicknewplatform.png" alt="" width="716" height="447" /></a></p>
<h4>3.  Add x86.  If you chose x64 it would work on 64bit Vista, but not on 32bit Vista.  x86 should work on both versions.</h4>
<p><a href="http://www.kennethbrandon.com/wp-content/uploads/2008/09/newprojectplatformx86.png"><img class="alignnone size-full wp-image-67" title="Choose x86" src="http://www.kennethbrandon.com/wp-content/uploads/2008/09/newprojectplatformx86.png" alt="" width="349" height="227" /></a></p>
<p>That&#8217;s it! After clicking &#8220;OK&#8221; and rebuilding the project, It should work!  At least it did for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kennethbrandon.com/making-a-vs-project-work-in-vista-64/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

