<?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>Stronico - Steroids for Networking &#187; Microsoft</title>
	<atom:link href="http://blog.stronico.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stronico.com</link>
	<description>Building the Address Book that Works With Your Brain</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:27:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to fix a missing reference to mscorlib in Visual Studio 2010</title>
		<link>http://blog.stronico.com/2010/07/how-to-fix-a-missing-reference-to-mscorlib-in-visual-studio-2010/</link>
		<comments>http://blog.stronico.com/2010/07/how-to-fix-a-missing-reference-to-mscorlib-in-visual-studio-2010/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:28:57 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=523</guid>
		<description><![CDATA[<p><a title="Runtime compiling is great" href="http://www.flickr.com/photos/15304862@N04/4650722495/" target="_blank"><img class="alignright" style="border: 0px initial initial;" src="http://farm5.static.flickr.com/4002/4650722495_e4fd4539c1_m.jpg" border="0" alt="Runtime compiling is great" width="240" height="146" /></a>I was trying to update my main app code to utilize the .Net Framework 4.0 and this happened:</p>
<p><strong>The Problem:</strong> I could find no obvious way to update the mscorlib reference in my solution, so I decide to simply delete it and add it again, and hope that it magically updates to the most recent version.  This is actually what usually happens with Visual Studio.  However, I delete the mscorlib reference, and I am unable to add it back again, I get the error message telling me that mscorlib is already included in the project.</p>
<p><a href="http://blog.stronico.com/2010/07/how-to-fix-a-missing-reference-to-mscorlib-in-visual-studio-2010/" class="more-link">Read more on How to fix a missing reference to mscorlib in Visual Studio 2010&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=523&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><a title="Runtime compiling is great" href="http://www.flickr.com/photos/15304862@N04/4650722495/" target="_blank"><img class="alignright" style="border: 0px initial initial;" src="http://farm5.static.flickr.com/4002/4650722495_e4fd4539c1_m.jpg" border="0" alt="Runtime compiling is great" width="240" height="146" /></a>I was trying to update my main app code to utilize the .Net Framework 4.0 and this happened:</p>
<p><strong>The Problem:</strong> I could find no obvious way to update the mscorlib reference in my solution, so I decide to simply delete it and add it again, and hope that it magically updates to the most recent version.  This is actually what usually happens with Visual Studio.  However, I delete the mscorlib reference, and I am unable to add it back again, I get the error message telling me that mscorlib is already included in the project.</p>
<p><strong>The Cause:</strong> This is a known problem in Visual Studio.</p>
<p><strong>The Solution:</strong> I just went into my project (.csproj) file and added the following line</p>
<blockquote><p>&lt;Reference Include=&#8221;mscorlib&#8221; /&gt;</p></blockquote>
<p>And that fixed it.  I still have no idea how to make it use the most recent .Net Framework though.</p>
<p><small><a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank"><img src="http://blog.stronico.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="dasapfe" href="http://www.flickr.com/photos/15304862@N04/4650722495/" target="_blank">dasapfe</a></small></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=523&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/07/how-to-fix-a-missing-reference-to-mscorlib-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to Silverlight 4 and Visual Studio 2010</title>
		<link>http://blog.stronico.com/2010/04/upgrading-to-silverlight-4-and-visual-studio-2010/</link>
		<comments>http://blog.stronico.com/2010/04/upgrading-to-silverlight-4-and-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:22:43 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=376</guid>
		<description><![CDATA[<p><a title="Abstract Technology" href="http://www.flickr.com/photos/71401718@N00/2349225332/" target="_blank"><img class="alignright" style="border: 0px initial initial;" src="http://farm4.static.flickr.com/3171/2349225332_ef91482abb_m.jpg" border="0" alt="Abstract Technology" width="240" height="180" /></a>Sorry for the blog silence so far, I&#8217;m still working on my post on programming and endurance sports.  I also have started using Visual Studio 2010 and Silverlight 4.  So far I&#8217;m impressed by both.<br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://blog.stronico.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Wonderlane" href="http://www.flickr.com/photos/71401718@N00/2349225332/" target="_blank">Wonderlane</a></small></p>
<p><a href="http://blog.stronico.com/2010/04/upgrading-to-silverlight-4-and-visual-studio-2010/" class="more-link">Read more on Upgrading to Silverlight 4 and Visual Studio 2010&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=376&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><a title="Abstract Technology" href="http://www.flickr.com/photos/71401718@N00/2349225332/" target="_blank"><img class="alignright" style="border: 0px initial initial;" src="http://farm4.static.flickr.com/3171/2349225332_ef91482abb_m.jpg" border="0" alt="Abstract Technology" width="240" height="180" /></a>Sorry for the blog silence so far, I&#8217;m still working on my post on programming and endurance sports.  I also have started using Visual Studio 2010 and Silverlight 4.  So far I&#8217;m impressed by both.<br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://blog.stronico.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Wonderlane" href="http://www.flickr.com/photos/71401718@N00/2349225332/" target="_blank">Wonderlane</a></small></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=376&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/04/upgrading-to-silverlight-4-and-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix strange errors in silverlight web services</title>
		<link>http://blog.stronico.com/2010/03/how-to-fix-strange-errors-in-silverlight-web-services/</link>
		<comments>http://blog.stronico.com/2010/03/how-to-fix-strange-errors-in-silverlight-web-services/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:11:14 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=279</guid>
		<description><![CDATA[<p><a title="fix you_small" href="http://www.flickr.com/photos/57034478@N00/137756118/" target="_blank"><img class="alignright" style="border: 0pt none;" src="http://farm1.static.flickr.com/54/137756118_f74889ca84_m.jpg" border="0" alt="fix you_small" width="240" height="203" /></a><strong>The Problem:</strong> You upload your wonderful Silverlight application to a new server and begin to get all sorts of strange errors, most notably something like this</p>
<blockquote><p>Message: Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()<br />
at StronicoMain.ServerUtil.AddressTypeListCompletedEventArgs.get_Result()<br />
at StronicoMain.Page.proxy_AddressTypeListCompleted(Object sender, AddressTypeListCompletedEventArgs e)<br />
at StronicoMain.ServerUtil.ServerUtilClient.OnAddressTypeListCompleted(Object state)<br />
Line: 1<br />
Char: 1<br />
Code: 0<br />
URI: http://www.servername.com/Silverlight.js</p></blockquote>
<p><span id="more-279"></span>You spend an hour or so trying to decifer the InnerException, which gives you no useful information.  You then try to access the web service via a web browser, like http://www.servername.com/MyService.svc, and you get a 404 error.  You then add that to the mime type list and still the problem is not fixed.</p>
<p><a href="http://blog.stronico.com/2010/03/how-to-fix-strange-errors-in-silverlight-web-services/" class="more-link">Read more on How to fix strange errors in silverlight web services&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=279&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><a title="fix you_small" href="http://www.flickr.com/photos/57034478@N00/137756118/" target="_blank"><img class="alignright" style="border: 0pt none;" src="http://farm1.static.flickr.com/54/137756118_f74889ca84_m.jpg" border="0" alt="fix you_small" width="240" height="203" /></a><strong>The Problem:</strong> You upload your wonderful Silverlight application to a new server and begin to get all sorts of strange errors, most notably something like this</p>
<blockquote><p>Message: Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()<br />
at StronicoMain.ServerUtil.AddressTypeListCompletedEventArgs.get_Result()<br />
at StronicoMain.Page.proxy_AddressTypeListCompleted(Object sender, AddressTypeListCompletedEventArgs e)<br />
at StronicoMain.ServerUtil.ServerUtilClient.OnAddressTypeListCompleted(Object state)<br />
Line: 1<br />
Char: 1<br />
Code: 0<br />
URI: http://www.servername.com/Silverlight.js</p></blockquote>
<p><span id="more-279"></span>You spend an hour or so trying to decifer the InnerException, which gives you no useful information.  You then try to access the web service via a web browser, like http://www.servername.com/MyService.svc, and you get a 404 error.  You then add that to the mime type list and still the problem is not fixed.</p>
<p><strong>The Cause:</strong> Your WCF services are not mapping properly to the IIS 7 metabase.</p>
<p><strong>The Solution:</strong> Run the following command &#8220;%Windir%\Microsoft.Net\Framework\v3.0\Windows Communication  Foundation\ServiceModelReg.exe -r&#8221; in a command prompt.  That clears everything up.  <a href="http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/b5e3658e-d78c-4c42-967e-9bcd88b4e3a1" target="_blank">Please see this page on social.msdn.microsoft.com</a> for more information.</p>
<p><small><a href="http://www.photodropper.com/photos/" target="_blank"><img src="http://blog.stronico.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" />photo</a> credit: <a title="ⓙanet" href="http://www.flickr.com/photos/57034478@N00/137756118/" target="_blank">ⓙanet</a></small></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=279&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/03/how-to-fix-strange-errors-in-silverlight-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on predictable software scheduling</title>
		<link>http://blog.stronico.com/2010/02/thoughts-on-predicable-software-scheduling/</link>
		<comments>http://blog.stronico.com/2010/02/thoughts-on-predicable-software-scheduling/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:23:09 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[Biz]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sentiment]]></category>
		<category><![CDATA[theory]]></category>
		<category><![CDATA[dead hand]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=257</guid>
		<description><![CDATA[<p><a title="Schedule 2/6" href="http://www.flickr.com/photos/35034359460@N01/1317351630/" target="_blank"><img class="alignright" style="border: 0pt none;" src="http://farm2.static.flickr.com/1245/1317351630_d852fb6daf_m.jpg" border="0" alt="Schedule 2/6" width="240" height="180" /></a><br />
While pondering installing Visual Studio 2010, as well as thinking how all software is moving to a subscription basis, I had the thought &#8211; why not do two predictable releases a year?  The first release, say in January, would be whatever new features were in place by that date.  The second release, say in July, would be a pure performance and usability release, as the development team would spend half the year optimizing and tweaking the code, as well as fixing all bugs.  Any new &#8220;Features&#8221; would have at least six months to cook in the minds of the developers and would be implemented on a much stronger code base.<span id="more-257"></span></p>
<p><a href="http://blog.stronico.com/2010/02/thoughts-on-predicable-software-scheduling/" class="more-link">Read more on Thoughts on predictable software scheduling&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=257&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><a title="Schedule 2/6" href="http://www.flickr.com/photos/35034359460@N01/1317351630/" target="_blank"><img class="alignright" style="border: 0pt none;" src="http://farm2.static.flickr.com/1245/1317351630_d852fb6daf_m.jpg" border="0" alt="Schedule 2/6" width="240" height="180" /></a><br />
While pondering installing Visual Studio 2010, as well as thinking how all software is moving to a subscription basis, I had the thought &#8211; why not do two predictable releases a year?  The first release, say in January, would be whatever new features were in place by that date.  The second release, say in July, would be a pure performance and usability release, as the development team would spend half the year optimizing and tweaking the code, as well as fixing all bugs.  Any new &#8220;Features&#8221; would have at least six months to cook in the minds of the developers and would be implemented on a much stronger code base.<span id="more-257"></span></p>
<p>For whatever reason I find this sort of open, public, rule based scheduling more appealing than the current approach most companies (including mine) follow.  As one must commit to software these days the process of development is important to my decision to buy in the first place.  I&#8217;m not sure I have any real reason to believe in this, but it would seem that this approach would be more likely to fix problems that actually exist, as well as resulting in greater usability.</p>
<p>In sum, the idea is that software scheduling should have the following characteristics</p>
<ul>
<li>Performance over new features</li>
<li>Separation of performance development and new feature development</li>
<li>Published scheduling</li>
<li>Transparency for timelines</li>
</ul>
<p>Thoughts?  This is actually close to Milton Friedman&#8217;s idea of a monetary rules to replace a gold standard, instead of monetary policy being arbitrarily set by the Federal Reserve.</p>
<p><small><a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Peter Kaminski" href="http://www.flickr.com/photos/35034359460@N01/1317351630/" target="_blank">Peter Kaminski</a></small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://blog.stronico.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=257&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/02/thoughts-on-predicable-software-scheduling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the No connection could be made because the target machine actively refused it 127.0.0.1:25 error</title>
		<link>http://blog.stronico.com/2010/02/how-to-fix-the-no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0-0-125-error/</link>
		<comments>http://blog.stronico.com/2010/02/how-to-fix-the-no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0-0-125-error/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 23:06:56 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=243</guid>
		<description><![CDATA[<p><strong>The Problem:</strong> You have a brand new Windows 2008 server and you are testing your web application and trying to send an email.  Every time you try to send an email via the web application you get the following error</p>
<p><a href="http://blog.stronico.com/2010/02/how-to-fix-the-no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0-0-125-error/" class="more-link">Read more on How to fix the No connection could be made because the target machine actively refused it 127.0.0.1:25 error&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=243&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem:</strong> You have a brand new Windows 2008 server and you are testing your web application and trying to send an email.  Every time you try to send an email via the web application you get the following error</p>
<blockquote><p>&#8220;System.Net.Sockets.SocketException: No connection could be made because the  target machine actively refused it 127.0.0.1:25&#8243;</p></blockquote>
<p><strong>The Cause:</strong> SMTP services are not installed on the server, they do not seem to be installed by default.<span id="more-243"></span></p>
<p><strong>The Solution:</strong> SMTP is not configured on the server.  Go ahead and add in SMTP (it is not installed by default).  It will take about 60 seconds to install.  You will then get the error  &#8220;Mailbox unavailable. The server response was: 5.7.1 Unable to relay for user@domain.com&#8221;.  You then must run on the SMTP relaying services via the IIS 6 interface (for some reason) in start/control panel/administrative tools/internet information  services and add the current account from there.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=243&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/02/how-to-fix-the-no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0-0-125-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to migrate a user profile in Vista</title>
		<link>http://blog.stronico.com/2009/11/how-to-migrate-a-user-profile-in-vista/</link>
		<comments>http://blog.stronico.com/2009/11/how-to-migrate-a-user-profile-in-vista/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 19:28:00 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://d841862.test42.slangdatabase.com/2009/11/how-to-migrate-a-user-profile-in-vista/</guid>
		<description><![CDATA[<p>In a previous post I detailed the simple procedure of <a href="http://blog.stronico.com/2009/11/how-to-leave-domain-and-join-workgroup.html">leaving a domain and joining a workgroup in Vista</a>.  The catch is&#8230;</p>
<p><span style="font-weight: bold;">The Problem:</span> When you leave the domain, the user profile is basically destroyed and a crippled version is put in it&#8217;s place.  Very little documentation exists on how to prevent this, and the market has not supplied many programs to help either.  Copying files and folders did not work for me.  I tried both Windows Easy Transfer and the User State Migration Tool from Microsoft, to no avail.  Curiously, none of my knowledgeable tech friends knew of an easy way to do this.</p>
<p><a href="http://blog.stronico.com/2009/11/how-to-migrate-a-user-profile-in-vista/" class="more-link">Read more on How to migrate a user profile in Vista&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=32&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p>In a previous post I detailed the simple procedure of <a href="http://blog.stronico.com/2009/11/how-to-leave-domain-and-join-workgroup.html">leaving a domain and joining a workgroup in Vista</a>.  The catch is&#8230;</p>
<p><span style="font-weight: bold;">The Problem:</span> When you leave the domain, the user profile is basically destroyed and a crippled version is put in it&#8217;s place.  Very little documentation exists on how to prevent this, and the market has not supplied many programs to help either.  Copying files and folders did not work for me.  I tried both Windows Easy Transfer and the User State Migration Tool from Microsoft, to no avail.  Curiously, none of my knowledgeable tech friends knew of an easy way to do this.</p>
<p><span style="font-weight: bold;">The Cause:</span> As near as I can tell &#8211; there is little software market for downgrading your network, or providing documentation.  Happily there is at least one company that will step up.</p>
<p><span style="font-weight: bold;">The Solution:</span> Download the <a href="http://www.forensit.com/domain-migration.html">User Profile Wizard from Forensit</a>.  (It took me much time to find it).  Make backups of everything, then run the Wizard.  You will probably have to create a new login to use, but the profile will be pristine once it&#8217;s transfered over.</p>
<p>I imagine this would not be much of a problem for someone more knowledgeable, but for me it was quite vexing.</p>
<p>Okay, hopefully the next blog posts will be all about startsups and Silverlight.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2009/11/how-to-migrate-a-user-profile-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Desktop is now available for Vista Ultimate 64 bit</title>
		<link>http://blog.stronico.com/2009/10/google-desktop-is-now-available-for-vista-ultimate-64-bit/</link>
		<comments>http://blog.stronico.com/2009/10/google-desktop-is-now-available-for-vista-ultimate-64-bit/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:08:00 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://d841862.test42.slangdatabase.com/2009/10/google-desktop-is-now-available-for-vista-ultimate-64-bit/</guid>
		<description><![CDATA[<p>It wasn&#8217;t before.  Hallelujah!  Just after Windows 7 comes out too.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=24&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p>It wasn&#8217;t before.  Hallelujah!  Just after Windows 7 comes out too.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=24&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2009/10/google-desktop-is-now-available-for-vista-ultimate-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlanta</title>
		<link>http://blog.stronico.com/2009/08/atlanta/</link>
		<comments>http://blog.stronico.com/2009/08/atlanta/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:04:00 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://d841862.test42.slangdatabase.com/2009/08/atlanta/</guid>
		<description><![CDATA[<p>I, along with many others apparently, will be waking up incredibly early on Saturday and trekking up to Alpharetta for the <a href="http://www.silverlightatlanta.net/Firestarter/minisite.html">Atlanta Silverlight Firestarter</a>.  I haven&#8217;t been to that many of these events, mostly due to location, but I&#8217;ve heard great things about Firestarters.  I&#8217;ll keep everyone posted.</p>
<p><a href="http://blog.stronico.com/2009/08/atlanta/" class="more-link">Read more on Atlanta&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=14&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p>I, along with many others apparently, will be waking up incredibly early on Saturday and trekking up to Alpharetta for the <a href="http://www.silverlightatlanta.net/Firestarter/minisite.html">Atlanta Silverlight Firestarter</a>.  I haven&#8217;t been to that many of these events, mostly due to location, but I&#8217;ve heard great things about Firestarters.  I&#8217;ll keep everyone posted.</p>
<p>Note &#8211; this is cross posted to my other work site at <a href="http://www.digitaltoolfactory.net">Digital Tool Factory</a>.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=14&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2009/08/atlanta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
