<?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>SmashTech &#187; programming</title>
	<atom:link href="http://smashtech.net/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://smashtech.net</link>
	<description>Did you buy a harmonica?</description>
	<lastBuildDate>Sun, 19 Feb 2012 23:09:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>&#8216;Class Not Registered&#8217; in VS2008 on x64</title>
		<link>http://smashtech.net/2009/11/18/class-not-registered-in-vs2008-on-x64/</link>
		<comments>http://smashtech.net/2009/11/18/class-not-registered-in-vs2008-on-x64/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:58:46 +0000</pubDate>
		<dc:creator>Jim Olding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comexception]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://smashtech.net/?p=356</guid>
		<description><![CDATA[Took a while to figure this one out, but in hindsight, it&#8217;s painfully obvious. I switched from XP 32-bit to Win7 64-bit last week, and just got Visual Studio loaded back up. I opened up one of my projects, hit run, and started getting COM exceptions about a class not being registered. After a while, [...]]]></description>
		<wfw:commentRss>http://smashtech.net/2009/11/18/class-not-registered-in-vs2008-on-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unused SQL Query</title>
		<link>http://smashtech.net/2009/04/23/unused-sql-query/</link>
		<comments>http://smashtech.net/2009/04/23/unused-sql-query/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 02:11:13 +0000</pubDate>
		<dc:creator>Jim Olding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dur]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://smashtech.net/?p=266</guid>
		<description><![CDATA[I was moving some of my code to .Net 3.5 earlier this week and cleaning up some of the migration issues. One of the warnings was that readJobs was an unused local variable. Not too unusual, till I found that it was this gem it was referencing: Dim readJobs As SqlDataReader = cmdJobs.ExecuteReader(CommandBehavior.Default) While readJobs.Read() [...]]]></description>
		<wfw:commentRss>http://smashtech.net/2009/04/23/unused-sql-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

