<?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>shepherdweb.com &#187; XP</title>
	<atom:link href="http://shepherdweb.com/category/os/windows/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://shepherdweb.com</link>
	<description>Shane Shepherd: web design and development; music</description>
	<lastBuildDate>Wed, 11 Nov 2009 01:46:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Installing .NET 3.0 Framework on Windows XP SP2</title>
		<link>http://shepherdweb.com/2006/12/29/installing-net-30-framework-on-windows-xp-sp2/</link>
		<comments>http://shepherdweb.com/2006/12/29/installing-net-30-framework-on-windows-xp-sp2/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 16:53:20 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[technology & web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.shepherdweb.com/2006/12/29/installing-net-30-framework-on-windows-xp-sp2/</guid>
		<description><![CDATA[Why would you want to do this? I&#8217;m not sureyet, but as an ASP.NET developer, I know I&#8217;m probably going to need to understand how to use it. The .NET Framework 3.0 adds new technologies to the .NET Framework 2.0, which makes the .NET Framework 3.0 a superset of the .NET Framework 2.0. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Why would you want to do this?  I&#8217;m not sureyet, but as an ASP.NET developer, I know I&#8217;m probably going to need to understand how to use it. </p>
<blockquote cite="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlong/html/netfx30.asp"><p>The .NET Framework 3.0 adds new technologies to the .NET Framework 2.0, which makes the .NET Framework 3.0 a superset of the .NET Framework 2.0. You can think of .NET Framework 3.0 as an &#8220;additive&#8221; release to the .NET Framework 2.0, as contrasted with a generational release where software is revised across the board. (For example, the .NET Framework 2.0 was a generational release over the .NET Framework 1.0.)</p>
</blockquote>
<p>The 3.0 Framework adds four new namespaces to the 2.0 Framework:</p>
<ul>
<li>Windows Communication Foundation (WCF)</li>
<li>Windows Presentation Foundation (WPF)</li>
<li>Windows Workflow Foundation (WF)</li>
<li>Windows Cardspace</li>
</ul>
<p>Reference: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlong/html/netfx30.asp">Deploying Microsoft .NET Framework Version 3.0</a></p>
<h2>Overcoming Fear</h2>
<p>So, supposedly the 3.0 Framework is completely &#8220;additive&#8221; and the existing 2.0 Framework remains untouched.  Despite this reassurance, I still felt uncomfortable just installing things willy-nilly.  I felt sure I would find some small print buried on <acronym title="MicroSoft Developers Network">MSDN</acronym> warning us of some critical change to the .NET 2.0 Framework included in 3.0 that would cause all my existing applications to stop working.  Feeling comforted when I couldn&#8217;t find any warnings and pressured by the need to prepare for the rapidly approaching <a href="http://www.communitylaunch.net/">Community Launch Event</a>, I proceeded.</p>
<h2>Proceeding</h2>
<p>First, <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&#038;displaylang=en">download</a> the framework and run dotnetfx3setup.exe.  This will download 30 MB and install the &#8220;additive(s)&#8221; for you.</p>
<div style="overflow: auto; height: 1%;">
<a class="imagelink" style="float: left; border: 3px double #666;margin: 8px;" href="http://www.shepherdweb.com/wp-content/uploads/2006/12/1-DownloadProgress.jpg" title="Downloading"><img id="image96" src="http://www.shepherdweb.com/wp-content/uploads/2006/12/1-DownloadProgress.thumbnail.jpg" alt="Downloading" /></a><a style="float: left; border: 3px double #666;margin: 8px;" class="imagelink" href="http://www.shepherdweb.com/wp-content/uploads/2006/12/2-Installing%20%28this%20takes%20a%20while%29.jpg" title="Installing .NET 3.0 Framework"><img id="image97" src="http://www.shepherdweb.com/wp-content/uploads/2006/12/2-Installing%20%28this%20takes%20a%20while%29.thumbnail.jpg" alt="Installing .NET 3.0 Framework" /></a><a style="float: left; border: 3px double #666;margin: 8px;" class="imagelink" href="http://www.shepherdweb.com/wp-content/uploads/2006/12/3-Success.jpg" title="You did it!"><img id="image98" src="http://www.shepherdweb.com/wp-content/uploads/2006/12/3-Success.thumbnail.jpg" alt="You did it!" /></a>
</div>
<p>You&#8217;re done!  The .NET 3.0 Runtime Components are now installed!</p>
<p>My first action after installation was to open all my current projects and make sure they all still run.  Sure enough, everything still works!</p>
<p><a href="http://www.dotnetkicks.com/kick/?url=http://www.shepherdweb.com/2006/12/29/installing-net-30-framework-on-windows-xp-sp2/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.shepherdweb.com/2006/12/29/installing-net-30-framework-on-windows-xp-sp2/" border="0" alt="kick it on DotNetKicks.com" /></a></p>
<div class="techtags"><p>Technorati Tags: <a href="http://technorati.com/tag/WinFX" rel="tag">WinFX</a>, <a href="http://technorati.com/tag/.NET+3.0" rel="tag"> .NET 3.0</a>, <a href="http://technorati.com/tag/ASP.NET" rel="tag"> ASP.NET</a></p></div>
]]></content:encoded>
			<wfw:commentRss>http://shepherdweb.com/2006/12/29/installing-net-30-framework-on-windows-xp-sp2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Error While Installing Microsoft SQL Server 2005 on Windows XP</title>
		<link>http://shepherdweb.com/2006/11/07/error-while-installing-microsoft-sql-server-2005-on-windows-xp/</link>
		<comments>http://shepherdweb.com/2006/11/07/error-while-installing-microsoft-sql-server-2005-on-windows-xp/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 16:23:31 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.shepherdweb.com/2006/11/07/error-while-installing-microsoft-sql-server-2005-on-windows-xp/</guid>
		<description><![CDATA[I&#8217;m setting up a new PC with all the tools a Web Developer might need. While installing Microsoft SQL Server 2005, I encountered the following error during setup: SQL Server Setup failed to obtain system account information for the ASPNET account. To proceed, reinstall the .NET Framework, and then run SQL Server Setup again. This [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m setting up a new PC with all the tools a Web Developer might need.  While installing Microsoft SQL Server 2005, I encountered the following error during setup:</p>
<blockquote><p>SQL Server Setup failed to obtain system account information for the ASPNET account. To proceed, reinstall the .NET Framework, and then run SQL Server Setup again.</p></blockquote>
<p>This is caused when ASP.net is installed <em>before</em> enabling IIS.  This is easily fixed using the following on the command line:</p>
<p><kbd>\WINDOWS\Microsoft.NET\Framework\&lt;version&gt;\aspnet_regiis.exe -i</kbd></p>
<h3>References</h3>
<ul>
<li><a href="http://www.builderau.com.au/program/sqlserver/soa/Avoiding_Microsoft_SQL_Server_2005_deployment_pitfalls/0,339028455,339229543,00.htm">Avoiding Microsoft SQL Server 2005 deployment pitfalls</a></li>
<li><a href="http://msdn2.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx">ASP.NET IIS Registration Tool</a></li>
</ul>
<div class="techtags"><p>Technorati Tags: <a href="http://technorati.com/tag/aspnet_regiis.exe" rel="tag">aspnet_regiis.exe</a>, <a href="http://technorati.com/tag/SQL+Server+2005" rel="tag"> SQL Server 2005</a>, <a href="http://technorati.com/tag/ASP.net" rel="tag"> ASP.net</a>, <a href="http://technorati.com/tag/IIS" rel="tag"> IIS</a></p></div>
]]></content:encoded>
			<wfw:commentRss>http://shepherdweb.com/2006/11/07/error-while-installing-microsoft-sql-server-2005-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Operating System Not Found</title>
		<link>http://shepherdweb.com/2006/10/13/operating-system-not-found/</link>
		<comments>http://shepherdweb.com/2006/10/13/operating-system-not-found/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 19:20:41 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology & web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.shepherdweb.com/2006/10/13/operating-system-not-found/</guid>
		<description><![CDATA[My home PC (an ancient HP) running Windows XP Pro crashed today (again). I guess Visual Studio, Sql Management Studio, Internet Explorer and an install (updated Atlas Control Toolkit) were too much for the old girl! When I rebooted The following message displayed: Operating system not found I rebooted again and everything was normal. Unfortunately, [...]]]></description>
			<content:encoded><![CDATA[<p>My home PC (an ancient HP) running Windows XP Pro crashed today (again).  I guess Visual Studio, Sql Management Studio, Internet Explorer and an install (updated Atlas Control Toolkit) were too much for the old girl!  When I rebooted The following message displayed:</p>
<blockquote><p>Operating system not  found</p>
</blockquote>
<p>I rebooted again and everything was normal.  Unfortunately, &#8220;Bessie&#8221; is so old that normal is <em>very</em> slow&#8230;especially when trying to run applications like Visual Studio.  I haven&#8217;t been very concerned about updating because I mostly use my Apple iMac at home and I have a pretty cool PC at work.  I&#8217;ve got my eye on one of the Intel Macs&#8230;must hold off as long as possible though.</p>
<div class="techtags"><p>Technorati Tags: <a href="http://technorati.com/tag/PC" rel="tag">PC</a>, <a href="http://technorati.com/tag/HP" rel="tag"> HP</a>, <a href="http://technorati.com/tag/crash" rel="tag"> crash</a>, <a href="http://technorati.com/tag/Friday+the+13th" rel="tag"> Friday the 13th</a></p></div>
]]></content:encoded>
			<wfw:commentRss>http://shepherdweb.com/2006/10/13/operating-system-not-found/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

