<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for AndrewEnsley.com</title>
	<atom:link href="http://andrewensley.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewensley.com</link>
	<description>My little contribution to the WWW</description>
	<lastBuildDate>Wed, 03 Mar 2010 16:25:51 -0600</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<a href="http://www.medwitness.com/contact.php?pk=518" rel="nofollow"><!-- home --></a>	<item>
		<title>Comment on C# Detect Windows OS Version &#8211; Part 1 by Andrew</title>
		<link>http://andrewensley.com/2009/06/c-detect-windows-os-part-1/comment-page-1/#comment-1098</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=112#comment-1098</guid>
		<description>Looks like the problem is pretty simple.  Did you copy both sections of code?  The getOSArchitecture() method is defined in the first section.

Also, to make things a little easier, you can go to &lt;a href=&quot;http://andrewensley.com/2009/10/c-detect-windows-os-version-%E2%80%93-part-2-wmi/&quot; rel=&quot;nofollow&quot;&gt;Part 2: Using WMI&lt;/a&gt; and &lt;a href=&quot;http://andrewensley.com/wp-content/uploads/2009/10/getOS.cs&quot; rel=&quot;nofollow&quot;&gt;download the source code&lt;/a&gt; which includes the WMI method, and a fallback to this code in case WMI isn&#039;t available.</description>
		<content:encoded><![CDATA[<p>Looks like the problem is pretty simple.  Did you copy both sections of code?  The getOSArchitecture() method is defined in the first section.</p>
<p>Also, to make things a little easier, you can go to <a href="http://andrewensley.com/2009/10/c-detect-windows-os-version-%E2%80%93-part-2-wmi/" rel="nofollow">Part 2: Using WMI</a> and <a href="http://andrewensley.com/wp-content/uploads/2009/10/getOS.cs" rel="nofollow">download the source code</a> which includes the WMI method, and a fallback to this code in case WMI isn&#8217;t available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Detect Windows OS Version &#8211; Part 1 by MXM</title>
		<link>http://andrewensley.com/2009/06/c-detect-windows-os-part-1/comment-page-1/#comment-1097</link>
		<dc:creator>MXM</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=112#comment-1097</guid>
		<description>i copied the code exactly like its shown and i get an error on the line    (marked here as #72) 

operatingSystem += &quot; &quot; + getOSArchitecture().ToString() + &quot;-bit&quot;;

i believe im missing something, i managed to adecuate the code in order to work for me (since all i need is differentiate between XP and Vista) but I was wondering what should I add to this code in order to get the value as shown here and sweep the error? 

eror:Error	1	The name &#039;getOSArchitecture&#039; does not exist in the current context	

thanks.

peace.</description>
		<content:encoded><![CDATA[<p>i copied the code exactly like its shown and i get an error on the line    (marked here as #72) </p>
<p>operatingSystem += &#8221; &#8221; + getOSArchitecture().ToString() + &#8220;-bit&#8221;;</p>
<p>i believe im missing something, i managed to adecuate the code in order to work for me (since all i need is differentiate between XP and Vista) but I was wondering what should I add to this code in order to get the value as shown here and sweep the error? </p>
<p>eror:Error	1	The name &#8216;getOSArchitecture&#8217; does not exist in the current context	</p>
<p>thanks.</p>
<p>peace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Senator Nelson Responds to Health Care Concerns by Andrew</title>
		<link>http://andrewensley.com/2009/12/senator-nelson-responds-to-health-care-concerns/comment-page-1/#comment-582</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=1192#comment-582</guid>
		<description>Thanks.  I&#039;m pretty sure you&#039;re right.  It does sound like he actually believes what he&#039;s saying; for whatever &lt;i&gt;that&#039;s&lt;/i&gt; worth.</description>
		<content:encoded><![CDATA[<p>Thanks.  I&#8217;m pretty sure you&#8217;re right.  It does sound like he actually believes what he&#8217;s saying; for whatever <i>that&#8217;s</i> worth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Senator Nelson Responds to Health Care Concerns by Alicia</title>
		<link>http://andrewensley.com/2009/12/senator-nelson-responds-to-health-care-concerns/comment-page-1/#comment-581</link>
		<dc:creator>Alicia</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=1192#comment-581</guid>
		<description>Good response, Andrew. 
It&#039;s so pathetic what people will tell themselves so that they can continue to mislead others. He sounds like he might actually be convinced that he&#039;s doing the right thing. ugh.</description>
		<content:encoded><![CDATA[<p>Good response, Andrew.<br />
It&#8217;s so pathetic what people will tell themselves so that they can continue to mislead others. He sounds like he might actually be convinced that he&#8217;s doing the right thing. ugh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Andrew</title>
		<link>http://andrewensley.com/about-me/comment-page-1/#comment-523</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?page_id=7#comment-523</guid>
		<description>Hahahaha...  All credit for the captchas must go to &lt;a href=&quot;http://recaptcha.net/&quot; rel=&quot;nofollow&quot;&gt;reCAPTCHA&lt;/a&gt;.  By completing them, you&#039;re helping to digitize books &lt;a href=&quot;http://recaptcha.net/digitizing.html&quot; rel=&quot;nofollow&quot;&gt;better than anything has before&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hahahaha&#8230;  All credit for the captchas must go to <a href="http://recaptcha.net/" rel="nofollow">reCAPTCHA</a>.  By completing them, you&#8217;re helping to digitize books <a href="http://recaptcha.net/digitizing.html" rel="nofollow">better than anything has before</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google&#8217;s Chrome OS &#8211; First Impressions by Alicia</title>
		<link>http://andrewensley.com/2009/11/googles-chrome-os-first-impressions/comment-page-1/#comment-522</link>
		<dc:creator>Alicia</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=1120#comment-522</guid>
		<description>Netbooks just rock. Mine fits in my purse - how cool is that?!</description>
		<content:encoded><![CDATA[<p>Netbooks just rock. Mine fits in my purse &#8211; how cool is that?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Alicia</title>
		<link>http://andrewensley.com/about-me/comment-page-1/#comment-521</link>
		<dc:creator>Alicia</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?page_id=7#comment-521</guid>
		<description>Haha! Yes, you are a nerd! :D 
On another note, you generate the funniest captchas ever. Right now I have &quot;bunions kissinger&quot;... I don&#039;t really know why that&#039;s funny, but to me it just is.</description>
		<content:encoded><![CDATA[<p>Haha! Yes, you are a nerd! <img src='http://andrewensley.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
On another note, you generate the funniest captchas ever. Right now I have &#8220;bunions kissinger&#8221;&#8230; I don&#8217;t really know why that&#8217;s funny, but to me it just is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google&#8217;s Chrome OS &#8211; First Impressions by Andrew</title>
		<link>http://andrewensley.com/2009/11/googles-chrome-os-first-impressions/comment-page-1/#comment-520</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=1120#comment-520</guid>
		<description>Haha... nope, I&#039;m just doing it for fun.  You should read the &quot;Computers&quot; section on my &lt;a href=&quot;http://andrewensley.com/about-me/&quot; rel=&quot;nofollow&quot;&gt;about page&lt;/a&gt;.  :-p

I do use Google Chrome now.  It&#039;s no my default browser because I need the Web Development plugins that only Firefox has at the moment, but I do really like Google Chrome.  It&#039;s tons faster than any other browser on my machine, and &lt;a href=&quot;http://lifehacker.com/5352195/browser-speed-tests-chrome-40-and-opera-10-take-on-all-challengers&quot; rel=&quot;nofollow&quot;&gt;I&#039;m not the only one&lt;/a&gt;.

Like Netbooks :-p, I don&#039;t see myself using Chrome OS myself, but I&#039;m excited about the possibilities it opens up for others.</description>
		<content:encoded><![CDATA[<p>Haha&#8230; nope, I&#8217;m just doing it for fun.  You should read the &#8220;Computers&#8221; section on my <a href="http://andrewensley.com/about-me/" rel="nofollow">about page</a>.  :-p</p>
<p>I do use Google Chrome now.  It&#8217;s no my default browser because I need the Web Development plugins that only Firefox has at the moment, but I do really like Google Chrome.  It&#8217;s tons faster than any other browser on my machine, and <a href="http://lifehacker.com/5352195/browser-speed-tests-chrome-40-and-opera-10-take-on-all-challengers" rel="nofollow">I&#8217;m not the only one</a>.</p>
<p>Like Netbooks :-p, I don&#8217;t see myself using Chrome OS myself, but I&#8217;m excited about the possibilities it opens up for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Detect Windows OS Version – Part 2 (WMI) by Andrew</title>
		<link>http://andrewensley.com/2009/10/c-detect-windows-os-version-%e2%80%93-part-2-wmi/comment-page-1/#comment-519</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=969#comment-519</guid>
		<description>You&#039;re welcome.  :-)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome.  <img src='http://andrewensley.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google&#8217;s Chrome OS &#8211; First Impressions by Alicia</title>
		<link>http://andrewensley.com/2009/11/googles-chrome-os-first-impressions/comment-page-1/#comment-518</link>
		<dc:creator>Alicia</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://andrewensley.com/?p=1120#comment-518</guid>
		<description>Are you beta testing or just playing? Please tell me you&#039;re testing... for some sort of compensation... otherwise, you can use the extra time on your hands to clean my house, and I&#039;ll feed you dinner! :p
Do you use Google Chrome now? I downloaded it at one point, but it didn&#039;t seem any different to me than firefox, so I didn&#039;t bother to move all of my bookmarks over.</description>
		<content:encoded><![CDATA[<p>Are you beta testing or just playing? Please tell me you&#8217;re testing&#8230; for some sort of compensation&#8230; otherwise, you can use the extra time on your hands to clean my house, and I&#8217;ll feed you dinner! :p<br />
Do you use Google Chrome now? I downloaded it at one point, but it didn&#8217;t seem any different to me than firefox, so I didn&#8217;t bother to move all of my bookmarks over.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
