<?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>Tardis Technologies</title>
	<atom:link href="http://www.tardistech.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tardistech.com/wp</link>
	<description>Advanced Software for Microsoft Windows and the Web</description>
	<lastBuildDate>Thu, 12 Nov 2009 00:36:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto make MySQL &amp; Entity Framework work with your website when your hosting company does not have Connector/Net installed</title>
		<link>http://www.tardistech.com/wp/2009/11/11/howto-make-mysql-entity-framework-work-with-your-website-when-your-hosting-company-does-not-have-connectornet-installed/</link>
		<comments>http://www.tardistech.com/wp/2009/11/11/howto-make-mysql-entity-framework-work-with-your-website-when-your-hosting-company-does-not-have-connectornet-installed/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 00:32:07 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=42</guid>
		<description><![CDATA[I installed MySQL&#8217;s Connector/Net v6.2 on my dev machine and used the Entity Framework to query a MySQL server without any problems.  Then I uploaded the same code to my hosting company&#8217;s server and I kept getting errors telling me &#8220;Unable to find the requested .Net Framework Data Provider&#8221;.  In order to make it work, [...]]]></description>
			<content:encoded><![CDATA[<p>I installed MySQL&#8217;s Connector/Net v6.2 on my dev machine and used the Entity Framework to query a MySQL server without any problems.  Then I uploaded the same code to my hosting company&#8217;s server and I kept getting errors telling me &#8220;Unable to find the requested .Net Framework Data Provider&#8221;.  In order to make it work, I had to do the following:</p>
<ol>
<li>Uploaded MySql.Data.dll to my bin directory</li>
<li>Uploaded MySql.Data.Entity.dll to my bin directory</li>
<li>Added the following lines to my web.config file:</li>
</ol>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;configuration&gt;<br />
&#8230;</p>
<p style="padding-left: 30px;">&lt;system.data&gt;</p>
<p style="padding-left: 60px;">&lt;DbProviderFactories&gt;</p>
<p style="padding-left: 90px;">&lt;add name=&#8221;MySQL Data Provider&#8221; invariant=&#8221;MySql.Data.MySqlClient&#8221; description=&#8221;.Net Framework Data Provider for MySQL&#8221; type=&#8221;MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.2.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d&#8221; /&gt;</p>
<p style="padding-left: 60px;">&lt;/DbProviderFactories&gt;</p>
<p style="padding-left: 30px;">&lt;/system.data&gt;</p>
<div id=":u">&#8230;<br />
&lt;/configuration&gt;</div>
<p></p>
<p>I hope this saves someone else some headaches!</p>
<p>Rob</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2009/11/11/howto-make-mysql-entity-framework-work-with-your-website-when-your-hosting-company-does-not-have-connectornet-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 on JFL92 / PowerNotebook PowerPro P 11:15</title>
		<link>http://www.tardistech.com/wp/2009/10/25/win7-on-jfl92-powernotebook-powerpro-p-1115/</link>
		<comments>http://www.tardistech.com/wp/2009/10/25/win7-on-jfl92-powernotebook-powerpro-p-1115/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 23:24:00 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=30</guid>
		<description><![CDATA[After installing Windows 7 x64 on my PowerPro P 11:15, I still had some devices in Device Manager without drivers.  Included in this list were the following:
Base System Device

Hardware ID: PCI\VEN_1180&#38;DEV_0843&#38;SUBSYS_002514C0&#38;REV_12
This is actually a &#8220;Ricoh SD/MMC Host Controller&#8221;
Solution: Installed setup.exe from \08.CardReader\3.51.01(WHQL).zip

Base System Device

Hardware ID: PCI\VEN_1180&#38;DEV_0592&#38;SUBSYS_002514C0&#38;REV_12
This is actually a &#8220;Ricoh Memory Stick Controller&#8221;
Solution: Installed setup.exe [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Windows 7 x64 on my PowerPro P 11:15, I still had some devices in Device Manager without drivers.  Included in this list were the following:</p>
<p>Base System Device</p>
<ul>
<li>Hardware ID: PCI\VEN_1180&amp;DEV_0843&amp;SUBSYS_002514C0&amp;REV_12</li>
<li>This is actually a &#8220;Ricoh SD/MMC Host Controller&#8221;</li>
<li>Solution: Installed setup.exe from \08.CardReader\3.51.01(WHQL).zip</li>
</ul>
<p>Base System Device</p>
<ul>
<li>Hardware ID: PCI\VEN_1180&amp;DEV_0592&amp;SUBSYS_002514C0&amp;REV_12</li>
<li>This is actually a &#8220;Ricoh Memory Stick Controller&#8221;</li>
<li>Solution: Installed setup.exe from \08.CardReader\3.51.01(WHQL).zip (solving the Ricoh SD/MMC Host Contoller above will solve this simultaneously)</li>
</ul>
<p>PCI Memory Controller</p>
<ul>
<li>Hardware ID: PCI\VEN_8086&amp;DEV_444E&amp;SUBSYS_444E8086&amp;REV_01</li>
<li>This is actually the &#8220;Intel Turbo Memory Controller (Robson cache)</li>
<li>I still haven&#8217;t gotten this working.</li>
</ul>
<p>Unknown Device</p>
<ul>
<li>Hardware ID: ACPI\CPL0002\2&amp;DABA3FF&amp;1</li>
<li>This is actually the &#8220;COMPAL Embedded System Control&#8221; (the Wireless Select Switch)
<ul>
<li>Solution: EMSC driver for the Wireless Select Switch can be downloaded from <a href="http://fl90.tumblr.com/" target="_blank">http://fl90.tumblr.com/</a>.  Then install the setup.exe from \16.WirelessSelectSwtich\2.0.0.2</li>
</ul>
</li>
<li>This is NOT the &#8220;Smart Battery&#8221; as reported by many web sites
<ul>
<li>Smart Battery Driver: <a href="http://www.compal.com/Download/NB/JFL92_JFT02/Application/17.Smart Battery/1.0.0.10/20070605_CplSMB_V1.0.0.10_Release.zip">http://www.compal.com/Download/NB/JFL92_JFT02/Application/17.Smart Battery/1.0.0.10/20070605_CplSMB_V1.0.0.10_Release.zip</a></li>
</ul>
</li>
</ul>
<p>Unknown Device</p>
<ul>
<li>Hardware ID: ACPI\ENE0100\3&amp;33FD14CA&amp;0</li>
<li>This is actually the &#8220;ENE CIR Receiver&#8221;</li>
<li>Solution: Installed the drivers from \15.CIR\V1.3(WHQL)\Vista</li>
<li><a href="http://wiki.answers.com/Q/What_is_ENE_CIR_Receiver" target="_blank">http://wiki.answers.com/Q/What_is_ENE_CIR_Receiver</a> (Consumer IR Receiver)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2009/10/25/win7-on-jfl92-powernotebook-powerpro-p-1115/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equivalent Notebook Models</title>
		<link>http://www.tardistech.com/wp/2009/10/25/equivalent-notebook-models/</link>
		<comments>http://www.tardistech.com/wp/2009/10/25/equivalent-notebook-models/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:54:40 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Notebook]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=17</guid>
		<description><![CDATA[PowerPro P 11:15
Compal JFL92
Similar to Sager NP2090/COMPAL IFL90/PowerPro J 10:15 &#8212; these are all the same model and are lower-end than the NP2092
According to Sager, the NP2090, NP2092, FL90, and JFL92 all use the same drivers
Resellers:

http://www.compal.com/asp/driver_dnd/index.htm
http://www.powernotebooks.com/support/
http://www.xoticpc.com/support-ip-18.html
http://www.sagernotebook.com/information.php?information_id=19
ftp://ftp.littlebit.ch/Littlebit%20Systems/Notebook/Stingray%20Z84%20%28FL90%29/Driver/

]]></description>
			<content:encoded><![CDATA[<p><span>PowerPro</span> P 11:15</p>
<p><span>Compal JFL92</span></p>
<p><span>Similar to </span>Sager NP2090/COMPAL IFL90/PowerPro J 10:15 &#8212; these are all the same model and are lower-end than the NP2092</p>
<p>According to Sager, the NP2090, NP2092, FL90, and JFL92 all use the same drivers</p>
<p>Resellers:</p>
<ul>
<li><a href="http://www.compal.com/asp/driver_dnd/index.htm" target="_blank">http://www.compal.com/asp/driver_dnd/index.htm</a></li>
<li><a href="http://www.powernotebooks.com/support/" target="_blank">http://www.powernotebooks.com/support/</a></li>
<li><a href="http://www.xoticpc.com/support-ip-18.html" target="_blank">http://www.xoticpc.com/support-ip-18.html</a></li>
<li><a href="http://www.sagernotebook.com/information.php?information_id=19" target="_blank">http://www.sagernotebook.com/information.php?information_id=19</a></li>
<li><a href="ftp://ftp.littlebit.ch/Littlebit%20Systems/Notebook/Stingray%20Z84%20%28FL90%29/Driver/" target="_blank">ftp://ftp.littlebit.ch/Littlebit%20Systems/Notebook/Stingray%20Z84%20%28FL90%29/Driver/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2009/10/25/equivalent-notebook-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting DotNetNuke 5 to install</title>
		<link>http://www.tardistech.com/wp/2009/10/03/getting-dotnetnuke-5-to-install/</link>
		<comments>http://www.tardistech.com/wp/2009/10/03/getting-dotnetnuke-5-to-install/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 02:19:28 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[DotNetNuke]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=13</guid>
		<description><![CDATA[Another hosting company I use has both the old ASP.NET AJAX extensions installed and the .NET Framework 3.5 installed.  In order to resolve an ambiguity between the two sets of DLLs in the GAC, I had to modify web.config according to the instructions here:
http://weblogs.asp.net/javiervillarreal/archive/2008/01/30/the-type-system-web-ui-scriptmanager-is-ambiguous-it-could-come-from-assembly.aspx
]]></description>
			<content:encoded><![CDATA[<p>Another hosting company I use has both the old ASP.NET AJAX extensions installed and the .NET Framework 3.5 installed.  In order to resolve an ambiguity between the two sets of DLLs in the GAC, I had to modify web.config according to the instructions here:</p>
<p><a href="http://weblogs.asp.net/javiervillarreal/archive/2008/01/30/the-type-system-web-ui-scriptmanager-is-ambiguous-it-could-come-from-assembly.aspx" title="http://weblogs.asp.net/javiervillarreal/archive/2008/01/30/the-type-system-web-ui-scriptmanager-is-ambiguous-it-could-come-from-assembly.aspx" target="_blank">http://weblogs.asp.net/javiervillarreal/archive/2008/01/30/the-type-system-web-ui-scriptmanager-is-ambiguous-it-could-come-from-assembly.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2009/10/03/getting-dotnetnuke-5-to-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP SP3 cannot connect to Vista Ult SP1</title>
		<link>http://www.tardistech.com/wp/2009/04/19/xp-sp3-cannot-connect-to-vista-ult-sp1/</link>
		<comments>http://www.tardistech.com/wp/2009/04/19/xp-sp3-cannot-connect-to-vista-ult-sp1/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 02:37:46 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=12</guid>
		<description><![CDATA[I could not get our Windows XP SP3 machine to connect to our Vista SP1 &#8220;server&#8221; machine.  I found the solution at:
http://www.techsupportforum.com/microsoft-support/windows-vista-support/227510-solved-vista-sp1-changed-sharing-behavior.html 
Solution: The XP machine&#8217;s Local Security Policy had to be changed to enforce NTLMv2. 
The user&#8217;s problem was described as follows:
I upgraded Vista Ultimate to SP1 today and after the update, I can [...]]]></description>
			<content:encoded><![CDATA[<p>I could not get our Windows XP SP3 machine to connect to our Vista SP1 &#8220;server&#8221; machine.  I found the solution at:</p>
<p><a href="http://www.techsupportforum.com/microsoft-support/windows-vista-support/227510-solved-vista-sp1-changed-sharing-behavior.html " title="http://www.techsupportforum.com/microsoft-support/windows-vista-support/227510-solved-vista-sp1-changed-sharing-behavior.html " target="_blank">http://www.techsupportforum.com/microsoft-support/windows-vista-support/227510-solved-vista-sp1-changed-sharing-behavior.html </a></p>
<p><font color="#ff0000"><strong>Solution: The XP machine&#8217;s Local Security Policy had to be changed to enforce NTLMv2. </strong></font></p>
<p>The user&#8217;s problem was described as follows:</p>
<blockquote><p>I upgraded Vista Ultimate to SP1 today and after the update, I can no longer see the folder and device shares that used to be visible to another computer running XP SP2. If I try NET VIEW from the XP computer, I get &#8220;System error 58 has occurred&#8221; and no information. Priot to the upgrade, all of the network shares were visible to my XP computers. I also upgraded a laptop computer running Vista Home Premium to SP1, and it has no problem seeing the shares across the network, so the problem appears to be particular to either XP or maybe any non-Vista OS. Ideas?</p></blockquote>
<p>And this was the solution:</p>
<blockquote><p>I&#8217;ve solved the problem of not being able to see network shares on my Vista machine from an XP machine after installing Vista SP1. The problem was authentication level for LAN Manager. Vista defaults to NTLMv2, and my Vista machine only allowed that level. My XP machine was set for LM &amp; NTLM, but did not deal with NTLMv2. I solved the problem by going into Local Security Policy on both machines and changing the Network security: LAN Manager authentication level to &#8220;Send LM &amp; NTLM &#8211; use NTLMv2 session security if negotiated&#8221; on both. I had to reboot to have the change take effect, and the problem was eliminated.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2009/04/19/xp-sp3-cannot-connect-to-vista-ult-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox redirects VS2008 web pages to www.localhost.com</title>
		<link>http://www.tardistech.com/wp/2008/09/15/firefox-redirects-vs2008-web-pages-to-wwwlocalhostcom/</link>
		<comments>http://www.tardistech.com/wp/2008/09/15/firefox-redirects-vs2008-web-pages-to-wwwlocalhostcom/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:59:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=11</guid>
		<description><![CDATA[Fix this problem by setting your hosts file entry &#8220;::1 localhost&#8221; to &#8220;:::1 localhost&#8221; (i.e. add an extra colon at the beginning of the line).
I found this solution at http://bvencel.blogspot.com/2008/05/aspnet-development-server-problems.html
]]></description>
			<content:encoded><![CDATA[<p>Fix this problem by setting your hosts file entry &#8220;::1 localhost&#8221; to &#8220;:::1 localhost&#8221; (i.e. add an extra colon at the beginning of the line).</p>
<p>I found this solution at <a href="http://bvencel.blogspot.com/2008/05/aspnet-development-server-problems.html" target="_blank">http://bvencel.blogspot.com/2008/05/aspnet-development-server-problems.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2008/09/15/firefox-redirects-vs2008-web-pages-to-wwwlocalhostcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimal Audio Encoding Settings</title>
		<link>http://www.tardistech.com/wp/2008/08/02/optimal-audio-encoding-settings/</link>
		<comments>http://www.tardistech.com/wp/2008/08/02/optimal-audio-encoding-settings/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 16:16:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=10</guid>
		<description><![CDATA[Using EAC, here are the best settings (that I&#8217;ve found) for encoding audio:

Check &#8216;Use external program for compression&#8217;
Change &#8216;Parameter passing scheme&#8217; to &#8216;User Defined Encoder&#8217;


MP3:

Set file extension to .mp3

Locate &#8216;lame.exe&#8217;
Additional Command-line options: %l-V 5%l%h-V 0%h &#8211;vbr-new %s %d




FLAC:

Set file extension to .flac
Locate &#8216;flac.exe&#8217;
Use command line -T &#8220;artist=%a&#8221; -T &#8220;title=%t&#8221; -T &#8220;album=%g&#8221; -T &#8220;date=%y&#8221; -T &#8220;tracknumber=%n&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Using EAC, here are the best settings (that I&#8217;ve found) for encoding audio:</p>
<ul>
<li>Check &#8216;Use external program for compression&#8217;</li>
<li>Change &#8216;Parameter passing scheme&#8217; to &#8216;User Defined Encoder&#8217;</li>
</ul>
<ul>
<li>MP3:
<ul>
<li>Set file extension to <strong>.mp3<br />
</strong></li>
<li>Locate &#8216;lame.exe&#8217;</li>
<li>Additional Command-line options: <strong>%l-V 5%l%h-V 0%h &#8211;vbr-new %s %d</strong></li>
</ul>
</li>
</ul>
<ul>
<li>FLAC:
<ul>
<li>Set file extension to <strong>.flac</strong></li>
<li>Locate &#8216;flac.exe&#8217;</li>
<li>Use command line <strong>-T &#8220;artist=%a&#8221; -T &#8220;title=%t&#8221; -T &#8220;album=%g&#8221; -T &#8220;date=%y&#8221; -T &#8220;tracknumber=%n&#8221; -T &#8220;genre=%m&#8221; %s</strong></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2008/08/02/optimal-audio-encoding-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pond Footage (Part 2)</title>
		<link>http://www.tardistech.com/wp/2006/12/06/pond-footage-part-2/</link>
		<comments>http://www.tardistech.com/wp/2006/12/06/pond-footage-part-2/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 03:54:10 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=9</guid>
		<description><![CDATA[This was taken after the pond was completely finished.  Check out the fish!  Swanky patio furniture, too!
				
				
Footage recorded on October 25th, 2006
]]></description>
			<content:encoded><![CDATA[<p>This was taken after the pond was completely finished.  Check out the fish!  Swanky patio furniture, too!</p>
<div class="flvPlayer">				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="500"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://www.tardistech.com/CIMG0345_640x480.flv&amp;autoStart=false;" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://www.tardistech.com/CIMG0345_640x480.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="640" height="500" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
				</object></div>
<p>Footage recorded on October 25th, 2006</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2006/12/06/pond-footage-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pond Footage (Part 1)</title>
		<link>http://www.tardistech.com/wp/2006/12/06/pond-footage/</link>
		<comments>http://www.tardistech.com/wp/2006/12/06/pond-footage/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 02:45:10 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Pond Footage]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=8</guid>
		<description><![CDATA[Here is the new pond before all of the greenery had been planted.
				
				
Video footage taken on July 18th, 2006
]]></description>
			<content:encoded><![CDATA[<p>Here is the new pond before all of the greenery had been planted.</p>
<div class="flvPlayer">				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="500"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://www.tardistech.com/CIMG0026_640x480.flv&amp;autoStart=false;" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://www.tardistech.com/CIMG0026_640x480.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="640" height="500" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
				</object></div>
<p>Video footage taken on July 18th, 2006</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2006/12/06/pond-footage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Re)installing the iTunes COM API in Windows</title>
		<link>http://www.tardistech.com/wp/2006/04/10/reinstalling-the-itunes-com-api-in-windows/</link>
		<comments>http://www.tardistech.com/wp/2006/04/10/reinstalling-the-itunes-com-api-in-windows/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 00:07:49 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/wp/?p=7</guid>
		<description><![CDATA[I ran into a problem recently where a third-party application could not launch iTunes and the Apple iTunes COM SDK also could not launch iTunes.  I have the 64-bit version of Windows XP Professional (x64 Edition) installed on my Athlon 64 computer and initially thought that perhaps MarkAble (an excellent tool for converting audio files [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a problem recently where a <a target="_blank" href="http://www.ipodsoft.com/index.php?/software/markable">third-party application</a> could not launch iTunes and the <a target="_blank" href="http://developer.apple.com/sdk/itunescomsdk.html">Apple iTunes COM SDK</a> also could not launch iTunes.  I have the 64-bit version of Windows XP Professional (x64 Edition) installed on my Athlon 64 computer and initially thought that perhaps <a target="_blank" href="http://www.ipodsoft.com/index.php?/software/markable">MarkAble</a> (an excellent tool for converting audio files into iTunes/iPod Audiobooks) was not working correctly on my 64-bit OS.   However, its problem was with launching iTunes, not calling any of iTunes&#8217; functionality.</p>
<p><strong>Technical Explanation</strong></p>
<p>It was not a 64-bit issue at all.  For some reason, my iTunes  COM type library (TLB) was never registered on the system.   So, values  like &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\iTunes.Application&#8221; and  &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\iTunes.Application.1&#8243; were not  registered on my system.  Neither the ITunes.Application GUID  (DC0C2640-1415-4644-875C-6F4D769839BA) nor the iTunes TypeLib for all of  the COM interfaces (9E93C96F-CF0D-43f6-8BA8-B807A3370712) showed up  anywhere in my registry.</p>
<p><strong>Possible Explanations</strong></p>
<p>What caused this?   This may happen when iTunes does not complete its  installation process or when the type libraries do not get registered  correctly.  Either situation could occur on a 32-bit or a 64-bit version  of Windows.</p>
<p><strong>Solution</strong></p>
<p>How did I fix it?  I just dropped to a command-prompt, changed to the  &#8220;C:\Program Files (x86)\iTunes&#8221; directory, and issued the following command:</p>
<blockquote><p>itunes /regserver</p></blockquote>
<p>That did the trick!   Now MarkAble works like a charm.   The iTunes COM  SDK should also work fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/wp/2006/04/10/reinstalling-the-itunes-com-api-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
