<?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>The Dev Shack &#187; Windows</title>
	<atom:link href="http://www.thedevshack.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedevshack.com</link>
	<description>Technology and Programming Blog</description>
	<lastBuildDate>Mon, 06 Jun 2011 00:13:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Installing Visual Studio SP1 on Windows 7</title>
		<link>http://www.thedevshack.com/installing-visual-studio-sp1-on-windows-7/</link>
		<comments>http://www.thedevshack.com/installing-visual-studio-sp1-on-windows-7/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 21:29:45 +0000</pubDate>
		<dc:creator>mfleming</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thedevshack.com/?p=300</guid>
		<description><![CDATA[Since installing Windows 7 RTM I have been slowly reinstalling all of my development programs.&#160; The only one that has given me a fit has been SP1 for Visual Studio 2008.&#160; The base program installed just fine, but SP1 failed every time.&#160; Even after trying some suggestions I saw while searching, nothing worked.&#160; But, earlier [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-301" title="visual-studio" src="http://www.thedevshack.com/wp-content/uploads/2009/08/visual-studio.jpg" alt="visual-studio" width="137" height="82" />Since installing Windows 7 RTM I have been slowly reinstalling all of my development programs.&nbsp; The only one that has given me a fit has been SP1 for Visual Studio 2008.&nbsp; The base program installed just fine, but SP1 failed every time.&nbsp; Even after trying some suggestions I saw while searching, nothing worked.&nbsp; But, earlier today I finally found success.&nbsp; Prior to firing up the install for SP1, run the following from the command line (make sure you fire up the command prompt as an administrator.</p>
<p><code lang="dos[lines]">reg delete HKLMSOFTWAREMicrosoftSQMClientWindowsDisabledSessions /va /f</code></p>
<p>After running this command, SP1 installed with no issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedevshack.com/installing-visual-studio-sp1-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Great, Quick Tutorial on Setting Up an Amazon EC2 Instance</title>
		<link>http://www.thedevshack.com/great-quick-tutorial-on-setting-up-an-amazon-ec2-instance/</link>
		<comments>http://www.thedevshack.com/great-quick-tutorial-on-setting-up-an-amazon-ec2-instance/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 10:54:13 +0000</pubDate>
		<dc:creator>mfleming</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thedevshack.com/?p=102</guid>
		<description><![CDATA[I stumbled across a nice little tutorial this morning by Chris Peterson of Alagad. It explains how to create a Windows based instance on Amazon EC2. It appears as though Chris will be authoring more posts that explain storage, backups and the pros/cons of running in the cloud. If you are curious on how how [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across a <a href="http://alagad.com/go/blog-entry/deploying-in-the-cloud-cf-on-ec2" target="_blank">nice little tutorial this morning by Chris Peterson of Alagad</a>.  It explains how to create a Windows based instance on Amazon EC2.  It appears as though Chris will be authoring more posts that explain storage, backups and the pros/cons of running in the cloud.  If you are curious on how how to set up instances in the cloud, give this a quick read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedevshack.com/great-quick-tutorial-on-setting-up-an-amazon-ec2-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ColdFusion on Windows Server 2008 64-bit</title>
		<link>http://www.thedevshack.com/installing-coldfusion-on-windows-server-2008-64-bit/</link>
		<comments>http://www.thedevshack.com/installing-coldfusion-on-windows-server-2008-64-bit/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:00:52 +0000</pubDate>
		<dc:creator>mfleming</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thedevshack.com/installing-coldfusion-on-windows-server-2008-64-bit/</guid>
		<description><![CDATA[Late last week I spent a day trying to install ColdFusion 8 Enterprise on a new 64 bit Windows Server 2008 server.&#0160; It did not go well at first.&#0160; The install itself succeeded, but nothing was working.&#0160; When trying to launch the administrator to complete the installation, IIS threw one of the most bizarre error [...]]]></description>
			<content:encoded><![CDATA[<p>Late last week I spent a day trying to install ColdFusion 8 Enterprise on a new 64 bit Windows Server 2008 server.&#0160; It did not go well at first.&#0160; The install itself succeeded, but nothing was working.&#0160; When trying to launch the administrator to complete the installation, IIS threw one of the most bizarre error messages I have seen.&#0160; After doing a little research the error was trying to tell me that it was having a problem using the ISAPI filter for ColdFusion.&#0160; This was due to the fact it was made for IIS 6.&#0160; If you have ever noticed, the .dll that parses the ColdFusion requests is named jrun_iis6.dll.</p>
<p>I then came across a blog entry from <a href="http://www.jasonholden.com/blog/index.cfm/2008/5/6/Coldfusion-8-on-Windows-Server-2008" target="_blank">Jason Holden</a> describing exactly what needed to be done to get everything working.&#0160; I uninstalled ColdFusion, and followed the steps from the blog entry.&#0160; I then reinstalled ColdFusion and everything was working normally.&#0160; In short, IIS 7 must be set up to handle filters made for IIS 6. The only question I have is why hasn&#39;t Adobe addressed this in the installation notes?&#0160; It sure would have saved me some time!&#0160; And kudos to Jason for the tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedevshack.com/installing-coldfusion-on-windows-server-2008-64-bit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

