<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Makiwa &#187; Vista</title>
	<link>http://www.makiwa.com</link>
	<description>Stuart Campbell's occasional musings about software development, etc.</description>
	<pubDate>Thu, 08 May 2008 11:04:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Error uninstalling VS 2008 Beta 2</title>
		<link>http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/</link>
		<comments>http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 21:44:46 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/</guid>
		<description><![CDATA[I&#8217;ve just had a bit of a pain uninstalling Visual Studio 2008 Beta 2 on Vista. I followed Scott Guthrie&#8217;s steps for uninstalling it, but when I tried to uninstall VS 2008 itself I got the following error:
Error 1325.&#8217;WebDesignerCore&#8217; is not a valid short file name.

 
Needless to say, a brief episode of profanity ensued. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just had a bit of a pain uninstalling Visual Studio 2008 Beta 2 on Vista. I followed <a href="http://weblogs.asp.net/scottgu/archive/2007/11/20/steps-to-uninstall-vs-2008-beta2-before-installing-the-vs-2008-final-release.aspx" target="_blank">Scott Guthrie&#8217;s steps for uninstalling it</a>, but when I tried to uninstall VS 2008 itself I got the following error:</p>
<blockquote><p>Error 1325.&#8217;WebDesignerCore&#8217; is not a valid short file name.</p>
</blockquote>
<p><font color="#777777"><a href="http://www.makiwa.com/wp-content/uploads/2007/11/vs2008beta2-uninstall-error.png"><img id="id" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="156" alt="vs2008beta2-uninstall-error" src="http://www.makiwa.com/wp-content/uploads/2007/11/vs2008beta2-uninstall-error_thumb.png" width="381" border="0" /></a> </font></p>
<p>Needless to say, a brief episode of profanity ensued. But fear not: after a bit of googling and struggling, I managed to sort it out. Hopefully, if you are having the same problem then this will help you.</p>
<ol>
<li>Open your temp folder. The easiest way is to hit Windows+R and type &quot;%temp%&quot; and hit OK.      <br /><a href="http://www.makiwa.com/wp-content/uploads/2007/11/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px 0px 15px; border-right-width: 0px" height="126" alt="image" src="http://www.makiwa.com/wp-content/uploads/2007/11/image_thumb.png" width="244" border="0" /></a> </li>
<li>In that folder look for files matching VSMsiLog*.txt. You are looking for the log file that was created when you installed VS2008 Beta 2. Check the Date Modified field if there are several - although I imagine there should only be one of these at this point. Open it in WordPad (Notepad seems to struggle with the size of this file - mine was 47 MB). </li>
<li>Search through the file for the term &quot;WebDesignerCore&quot; until you find a match that looks like a file path. In my case it was:<br />
<blockquote>
<p align="left"><font face="Courier New" size="2">MSI (s) (7C:48) [07:38:56:490]: PROPERTY CHANGE: Adding wcu_VWD.3643236F_FC70_11D3_A536_0090278A1BB8 property. Its value is <strong><em>&#8216;K:\WCU\WebDesignerCore\&#8217;</em></strong>.</font></p>
</blockquote>
<p> The VS uninstall script is looking here so if doesn&#8217;t exist it will fail. In my case it didn&#8217;t exist because K was the drive letter I used when I mounted the VS 2008 Beta 2 ISO image for installation and I had since unmounted it. </li>
<li>Put the original VS 2008 Beta 2 setup media in place so that that path exists. In my case I had to mount the ISO image (using <a href="http://www.daemon-tools.cc/dtcc/download.php?mode=ViewCategory&amp;catid=5" target="_blank">Daemon Tools</a>) and change the drive letter to K. </li>
<li>Now uninstall Visual Studio 2008 Beta 2! </li>
</ol>
<p>Good luck! <img src='http://www.makiwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista doesn&#8217;t connect to some websites</title>
		<link>http://www.makiwa.com/index.php/2007/09/02/vista-doesnt-connect-to-some-websites/</link>
		<comments>http://www.makiwa.com/index.php/2007/09/02/vista-doesnt-connect-to-some-websites/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 11:09:57 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Longhorn]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/09/02/vista-doesn%e2%80%99t-connect-to-some-websites/</guid>
		<description><![CDATA[I recently re-installed Vista and had this weird problem where I could connect to some websites, but not others. I solved the problem by explicitly setting the DNS addresses to the ones used by the router. If you are having this problem this might work for you too.


In the online status page of the router [...]]]></description>
			<content:encoded><![CDATA[<p>I recently re-installed Vista and had this weird problem where I could connect to some websites, but not others. I solved the problem by explicitly setting the DNS addresses to the ones used by the router. If you are having this problem this might work for you too.
</p>
<ol>
<li>In the online status page of the router configuration screen you should see the Primary and Secondary DNS addresses.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt13.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>To set those DNS settings up in Vista, go to Control Panel | &#8220;View network status and tasks&#8221;
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt23.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Then click &#8220;Manage network connections&#8221;.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt33.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Select your network connection and choose Properties.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt43.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Select the IPv4 binding, and click Properties.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt53.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Finally, choose &#8220;Use the following DNS server addresses&#8221; and set the Preferred and Alternate servers to the Primary and Secondary ones obtained from the router in step 1, and press OK.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt63.png" alt=""/>
	</p>
<p>Hope this helped.
</p>
<p>
Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/09/02/vista-doesnt-connect-to-some-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Michael Wallent: Advent and Evolution of WPF</title>
		<link>http://www.makiwa.com/index.php/2006/04/26/michael-wallent-advent-and-evolution-of-wpf/</link>
		<comments>http://www.makiwa.com/index.php/2006/04/26/michael-wallent-advent-and-evolution-of-wpf/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 23:16:12 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[User Interfaces]]></category>

		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2006/04/26/michael-wallent-advent-and-evolution-of-wpf/</guid>
		<description><![CDATA[Okay, I don&#8217;t like writing posts that just point elsewhere but this is a &#8220;super-interesting&#8221; interview with Michael Wallent, General Manager of the WinFX team and one of the people who helped create DHTML.Â If you&#8217;re interested in the evolutionÂ of WPF/Avalon from its roots in DHTML, this is 49 minutes well-spent.
http://channel9.msdn.com/showpost.aspx?postid=185468
]]></description>
			<content:encoded><![CDATA[<p>Okay, I don&#8217;t like writing posts that just point elsewhere but this is a &#8220;super-interesting&#8221; interview with Michael Wallent, General Manager of the WinFX team and one of the people who helped create DHTML.Â If you&#8217;re interested in the evolutionÂ of WPF/Avalon from its roots in DHTML, this is 49 minutes well-spent.</p>
<p><a title="Channel 9 Forums Â» The Videos Â» Michael Wallent: Advent and Evolution of WPF " href="http://channel9.msdn.com/showpost.aspx?postid=185468" target="_blank">http://channel9.msdn.com/showpost.aspx?postid=185468</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2006/04/26/michael-wallent-advent-and-evolution-of-wpf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Longhorn and RSS</title>
		<link>http://www.makiwa.com/index.php/2005/07/04/longhorn-and-rss/</link>
		<comments>http://www.makiwa.com/index.php/2005/07/04/longhorn-and-rss/#comments</comments>
		<pubDate>Mon, 04 Jul 2005 08:57:55 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Longhorn]]></category>

		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/?p=24</guid>
		<description><![CDATA[I&#8217;m really impressed at what the guys at Microsoft are doing with RSS in the next version of Windows (code-named &#8220;Longhorn&#8221;). 
There&#8217;s a great video at Channel 9 where the &#8220;Longhorn Browsing and RSS team&#8221; take you through the new platform-level suppport for RSS. You also get a peak at IE 7 running on Longhorn.
If [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really impressed at what the guys at Microsoft are doing with <a target="_blank" href="http://www.answers.com/main/ntquery?method=4&#038;dsid=1512&#038;dekey=RSS&#038;gwp=8&#038;curtab=1512_1&#038;linktext=RSS">RSS</a> in the next version of Windows (code-named &#8220;Longhorn&#8221;). </p>
<p>There&#8217;s a great video at <a target="_blank" href="http://channel9.msdn.com/ShowPost.aspx?PostID=80533">Channel 9</a> where the &#8220;Longhorn Browsing and RSS team&#8221; take you through the new platform-level suppport for RSS. You also get a peak at IE 7 running on Longhorn.</p>
<p>If you don&#8217;t feel like watching the video there is a good article on MSDN that explains <a target="_blank" href="http://msdn.microsoft.com/longhorn/understanding/rss/default.aspx?pull=/library/en-us/dnlong/html/rsssupportinlonghorn.asp">RSS support in Longhorn</a>.</p>
<p>The short of it is:</p>
<ul>
<li>RSS (Really Simple Syndication) is currently used primarily to publish/syndicate website content - especially blogs, and more recently, podcasts.</li>
<li>The addition of a new &#8220;enclosure&#8221; (or attachment) tag in the RSS spec supports a host of exciting new publishing and subscribing scenarios.</li>
<li>In Longhorn, RSS feed services will be offered at the platform level. Applications won&#8217;t have to worry about the plumbing, they can just tap into the RSS content feed mechanism provided by Windows. This will free up developer time and enable the creation of creative new applications that leverage the power of RSS.</li>
</ul>
<p>So, RSS will be the mechanism though which we will be able to publish and subscribe to various things. What are they? Examples include:</p>
<ul>
<li>You can publish your calendar, and your partner can subscribe to it. You will be able to see each others schedules in the PIM of your choice (mine is Outlook).</li>
<li>Publish your photos, and your friends and family will automatically receive new pictures as and when they are posted.</li>
<li>Subscribe to your friend&#8217;s Amazon wishlist and you will always have an up-to-date idea of what to buy them for birthdays/Christmas.</li>
</ul>
<p>I think a lot of cool stuff is going to emerge from this. It is based on an open standard and as such will capture the imagination of developers regardless of platform. This is a good model for subscribing to services and I&#8217;m sure it will have more legs than its predecessor - anyone remember Hailstorm (or .NET My Services)?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2005/07/04/longhorn-and-rss/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
