<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Brenton House</title><link>http://weblogs.asp.net/bhouse/default.aspx</link><description>Brenton House - Filmmaker and Software Architect</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BrentonHouse-Dev" /><feedburner:info uri="brentonhouse-dev" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Error creating new MVC Controller for Entity Framework</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/JPVSaCKTMk4/error-creating-new-mvc-controller-for-entity-framework.aspx</link><pubDate>Fri, 01 Jun 2012 22:18:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8556415</guid><dc:creator>Brenton House</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/06/01/error-creating-new-mvc-controller-for-entity-framework.aspx#comments</comments><description>I downloaded and installed Visual Studio 11 (2012) RC today but I am getting an error every time I try to add a MVC controller to a project.&amp;#160; Unable to retrieve metadata for 'MyNamespace.TestEntity. Unable to load one or more of the requested types...(&lt;a href="http://weblogs.asp.net/bhouse/archive/2012/06/01/error-creating-new-mvc-controller-for-entity-framework.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8556415" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/JPVSaCKTMk4" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/06/01/error-creating-new-mvc-controller-for-entity-framework.aspx</feedburner:origLink></item><item><title>Google introduces the Knowledge Graph</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/4CN4wrfHBP0/google-introduces-the-knowledge-graph.aspx</link><pubDate>Wed, 16 May 2012 19:32:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8488282</guid><dc:creator>Brenton House</dc:creator><slash:comments>1</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/05/16/google-introduces-the-knowledge-graph.aspx#comments</comments><description>Google is rolling out a HUGE new feature in the next few days.&amp;#160; They call it the “Knowledge Graph” and it is supposed to be a much smarter system for gathering the search results that you want.&amp;#160; This will set SEO experts scrambling to see how...(&lt;a href="http://weblogs.asp.net/bhouse/archive/2012/05/16/google-introduces-the-knowledge-graph.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8488282" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/4CN4wrfHBP0" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Google/default.aspx">Google</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/05/16/google-introduces-the-knowledge-graph.aspx</feedburner:origLink></item><item><title>Basic WCF Authentication with SQL Membership Provider</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/fRZRcG0daB0/basic-wcf-authentication-with-sql-membership-provider.aspx</link><pubDate>Mon, 07 May 2012 20:10:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8449564</guid><dc:creator>Brenton House</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/05/07/basic-wcf-authentication-with-sql-membership-provider.aspx#comments</comments><description>&lt;p&gt;&lt;plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/plusone&gt;There is an interesting article on Code Project about using WCF Basic Authentication with SQL Membership Provider.&amp;#160;&amp;#160; Obviously, there are much more sophisticated ways of securing WCF services but it is an interesting how-to for getting basic security for WCF up and running.&lt;/p&gt;  &lt;h3&gt;&lt;font style="font-weight: normal"&gt;&lt;a href="http://www.codeproject.com/Articles/379636/WCF-Basic-Authentication-with-SQL-Membership-Provi" target="_blank"&gt;&lt;font style="font-weight: normal"&gt;WCF Basic Authentication with SQL Membership Provider&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;We will show you how to set up WCF Basic Authentication using the SQL Membership Provider provided by Microsoft.It is highly recommended that you walk through the explanations by looking at the &lt;a href="http://www.dotnetlead.com/" target="_blank"&gt;source code&lt;/a&gt;&lt;b&gt;&lt;/b&gt; as it will help you gain a more solid understanding.You can also run the application on your computer.       &lt;br /&gt;We will assume you already know &lt;a href="http://www.dotnetlead.com/wcf/HTTPS-SetUp-1" target="_blank"&gt;how to setup WCF to run in https&lt;/a&gt;&lt;b&gt;&lt;/b&gt;, since basic authentication without https would be meaningless because the user name and password would be passed as plain texts in the network.       &lt;br /&gt;&lt;b&gt;Topics&lt;/b&gt;       &lt;br /&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;We will show you:&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;How to setup the database and the Web Site Administration Tool from the .net framework for managing the Users and Roles &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;How to setup the WCF Basic Authentication under https and use SQL Membership Provider to validate users and roles &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;How to make your WCF service consumable by other other platforms such as Java by making the WSDL a single file &lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;You can also see how to make your service consumable by any technology and also set up error handling &lt;a href="http://www.dotnetlead.com/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt; &lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8449564" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/fRZRcG0daB0" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/05/07/basic-wcf-authentication-with-sql-membership-provider.aspx</feedburner:origLink></item><item><title>Frequently Asked Questions about Free Upgrade on SkyDrive</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/ORFn1-9dRmY/frequently-asked-questions-about-free-upgrade-on-skydrive.aspx</link><pubDate>Mon, 07 May 2012 12:33:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8448315</guid><dc:creator>Brenton House</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/05/07/frequently-asked-questions-about-free-upgrade-on-skydrive.aspx#comments</comments><description>&lt;p&gt;[via: &lt;a href="http://windows.microsoft.com/en-us/skydrive/loyalty"&gt;http://windows.microsoft.com/en-us/skydrive/loyalty&lt;/a&gt;]&lt;/p&gt;  &lt;p&gt;You’ve been with us a long time, and through a lot of changes. We appreciate you sticking with us, and we want to make it easy for you to keep using your 25 GB of free online storage. All you need to do is go to the &lt;a href="http://go.microsoft.com/fwlink/p/?LinkID=248677"&gt;SkyDrive storage page&lt;/a&gt; and choose Upgrade my storage. That’s it—you’re locked in for 25 GB for free.*&lt;/p&gt;  &lt;h4&gt;Frequently asked questions&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Why is the storage limit changing?        &lt;br /&gt;When designing the new SkyDrive, we wanted to create personal cloud storage that was both powerful and that had enough storage to meet the needs of most people—for free. The new SkyDrive offers 7 GB of storage. That’s enough for 20,000 Office docs or 7,000 photos. And unlike before, you can upload big files (up to 2 GB) and automatically sync files or entire folders to SkyDrive right from your PC.&lt;/p&gt;      &lt;p&gt;We also wanted to offer additional storage options for people who needed more, without applying a single limit to everyone. So we now offer affordable plans to add up to 100 GB of additional storage to SkyDrive.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;What are the new features?        &lt;br /&gt;SkyDrive for PC or Mac: Install SkyDrive on your computer and you can access files in your SkyDrive right from your desktop—online or offline. Files in your SkyDrive folder are automatically kept up to date across your PCs and Macs. Available for Windows 8 Consumer Preview, Windows 7, Windows Vista, and Mac OS X Lion.&lt;/p&gt;      &lt;p&gt;Apps for Windows Phone, iPhone, and iPad: Get to your files while you’re on the go with the new SkyDrive for iPad app and updated apps for Windows Phone and iPhone. And of course you can still go to &lt;a href="http://go.microsoft.com/fwlink/p/?LinkID=248907"&gt;SkyDrive.com&lt;/a&gt; from your phone’s browser.&lt;/p&gt;      &lt;p&gt;Fetch files: Forgot to put a file in your SkyDrive folder? You can access any file stored on your PC running Windows from &lt;a href="http://go.microsoft.com/fwlink/p/?LinkID=248907"&gt;SkyDrive.com&lt;/a&gt;.&lt;/p&gt;      &lt;p&gt;Increased upload sizes: Now you can upload and share files up to 2 GB.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;What happens if I don’t upgrade my storage? Will I lose my stuff?        &lt;br /&gt;No. In the new SkyDrive, everyone gets 7 GB of free storage. If you were using close to this amount before the latest update, we’ve automatically upgraded your storage already . You can always see how much storage you have by signing into SkyDrive and checking the storage meter.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Where can I go to learn more?        &lt;br /&gt;You can get more information about SkyDrive on our website. If you have any questions, you can get answers in the &lt;a href="http://go.microsoft.com/fwlink/p/?LinkID=242002"&gt;SkyDrive forum&lt;/a&gt;.&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt; &lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8448315" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/ORFn1-9dRmY" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/05/07/frequently-asked-questions-about-free-upgrade-on-skydrive.aspx</feedburner:origLink></item><item><title>Microsoft Cloud services are changing... Windows Live is dead.  Long live SkyDrive.</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/iibzFH_G6Fs/microsoft-cloud-services-are-changing-windows-live-is-dead-long-live-skydrive.aspx</link><pubDate>Mon, 07 May 2012 03:32:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8446984</guid><dc:creator>Brenton House</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/05/06/microsoft-cloud-services-are-changing-windows-live-is-dead-long-live-skydrive.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/b/b8/archive/2012/05/02/cloud-services-for-windows-8-and-windows-phone-windows-live-reimagined.aspx" mce_href="http://blogs.msdn.com/b/b8/archive/2012/05/02/cloud-services-for-windows-8-and-windows-phone-windows-live-reimagined.aspx"&gt;http://blogs.msdn.com/b/b8/archive/2012/05/02/cloud-services-for-windows-8-and-windows-phone-windows-live-reimagined.aspx&lt;/a&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;We have talked quite a bit about SkyDrive and using your Microsoft account for the sign-in and roaming capabilities of Windows 8. These are just two aspects of a broad service infrastructure that you can tap into when using Windows 8 (and Windows Phone, Xbox LIVE, and a host of other services and apps). We want to talk more about the capabilities and features of cloud services for Windows 8 and Windows Phone. To get started, Chris Jones, the VP of our Windows Live group responsible for the development and operations of all of the services and apps, authored this post to introduce the reimagined role of cloud services in Windows 8.        &lt;br&gt;--Steven &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/b8/archive/2012/05/02/cloud-services-for-windows-8-and-windows-phone-windows-live-reimagined.aspx" target="_blank" mce_href="http://blogs.msdn.com/b/b8/archive/2012/05/02/cloud-services-for-windows-8-and-windows-phone-windows-live-reimagined.aspx"&gt;&lt;img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="image" border="0" alt="image" src="http://lh3.ggpht.com/-QTtg02C70-Q/T6GGrJbl4PI/AAAAAAAAHQA/e18TO2xRq_U/image%25255B4%25255D.png?imgmax=800" width="766" height="584" mce_src="http://lh3.ggpht.com/-QTtg02C70-Q/T6GGrJbl4PI/AAAAAAAAHQA/e18TO2xRq_U/image%25255B4%25255D.png?imgmax=800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8446984" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/iibzFH_G6Fs" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Cloud/default.aspx">Cloud</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/05/06/microsoft-cloud-services-are-changing-windows-live-is-dead-long-live-skydrive.aspx</feedburner:origLink></item><item><title>Microsoft SkyDrive has received a major upgrade!</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/uC7fWqZASU8/microsoft-skydrive-has-received-a-major-upgrade.aspx</link><pubDate>Fri, 04 May 2012 21:22:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8439840</guid><dc:creator>Brenton House</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/05/04/microsoft-skydrive-has-received-a-major-upgrade.aspx#comments</comments><description>Microsoft SkyDrive has received a major upgrade that allows you to sync 25GB for free.  Upgrades are dirt cheap at $10/YEAR for an extra 20GB of space.  Everyone is preparing for Google's 100GB Google Drive announcement...
&lt;p&gt;
https://plus.google.com/101371617406438805612/posts/jTVJSWZbiH6
&lt;p&gt;
I have installed the client on Windows 7 and on Mac OS X Lion.   Haven't had any issues yet but I will post updates with how it works.   If everything goes well, it will replace my Dropbox for sure!&lt;p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8439840" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/uC7fWqZASU8" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Dropbox/default.aspx">Dropbox</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Google+Drive/default.aspx">Google Drive</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Mac+OS+X/default.aspx">Mac OS X</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/SkyDrive/default.aspx">SkyDrive</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/05/04/microsoft-skydrive-has-received-a-major-upgrade.aspx</feedburner:origLink></item><item><title>Using Windows 8 and Visual Studio 11 Together</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/tyVWs3jBKC0/using-windows-8-and-visual-studio-11-together.aspx</link><pubDate>Fri, 04 May 2012 20:56:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8439782</guid><dc:creator>Brenton House</dc:creator><slash:comments>3</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2012/05/04/using-windows-8-and-visual-studio-11-together.aspx#comments</comments><description>So I broke down and installed Windows 8 Preview on a machine...  Not the experience I was expecting.  I hope that this is nothing like the final version because Windows 8 Preview looks horrible and it is even harder to navigate.
&lt;p&gt;
Anyways, I decided to see if I could put Visual Studio 11 on it.  I know, beta on beta, but that's how I roll.   This won't be a really long post about it because it won't even install on it.   I tried several different methods but no luck.  
&lt;p&gt;
Since I was less than impressed with the Windows 8 UI, I opted to wipe the machine and put Windows 7 on it.   Haven't had any problems with Windows 7 and Visual Studio 11 Beta together!
&lt;p&gt;
Post comments if you have had a better experience and how you worked around any issues!
&lt;p&gt;&lt;p&gt;
&lt;a href="http://www.brentonhouse.com"&gt;Brenton House&lt;/a&gt;

&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8439782" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/tyVWs3jBKC0" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Visual+Studio+11/default.aspx">Visual Studio 11</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+8/default.aspx">Windows 8</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2012/05/04/using-windows-8-and-visual-studio-11-together.aspx</feedburner:origLink></item><item><title>Installing latest Windows 7 updates could cause unbootable system</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/u3CU4IFphvM/installing-latest-windows-7-updates-could-cause-unbootable-system.aspx</link><pubDate>Wed, 25 Feb 2009 16:45:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6926054</guid><dc:creator>Brenton House</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/02/25/installing-latest-windows-7-updates-could-cause-unbootable-system.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Be careful when installing the latest updates that just came out from Microsoft yesterday.&amp;nbsp; I have only tried them on one machine but after installing the latest updates from Windows Update, my machine rebooted and Windows&amp;nbsp;7 will no longer start.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I have tried repairing my installation but that does nothing for the situation.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;The Starting Windows logo comes up for a couple of seconds and then the machine automatically reboots again.&lt;/P&gt;

&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6926054" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/u3CU4IFphvM" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/windows+update/default.aspx">windows update</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/win7/default.aspx">win7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/boot/default.aspx">boot</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/crash/default.aspx">crash</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/02/25/installing-latest-windows-7-updates-could-cause-unbootable-system.aspx</feedburner:origLink></item><item><title>Activating Windows 7 on different hardware</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/NOcVg8-oL8s/activating-windows-7-on-different-hardware.aspx</link><pubDate>Fri, 16 Jan 2009 21:11:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6840569</guid><dc:creator>Brenton House</dc:creator><slash:comments>1</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/01/16/activating-windows-7-on-different-hardware.aspx#comments</comments><description>&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://weblogs.asp.net/blogs/bhouse/vista_7_1_006064C6.jpg" align="right" /&gt; With Vista, if you replaced hardware on your machine or put your hard drive in a new computer, Windows would prompt you to activate online.&amp;#160; You were typically given 5 or so activations before your key would no longer work.&lt;/p&gt;  &lt;p&gt;With Windows 7, if you replace hardware, you still get the Windows Activation message saying that you must activate in 3 days.&amp;#160; However, now you must reactivate using the automated phone system.&amp;#160; Online activation can only be accomplished if you are reactivating with the same hardware.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.flickr.com/photos/84837654@N00/3201568335/"&gt;&lt;img title="windows7.activation2" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="484" alt="windows7.activation2" src="http://weblogs.asp.net/blogs/bhouse/windows7.activation2_312F6EBE.png" width="555" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I wonder if you can now reactivate more than 5 times on the same hardware?&amp;#160; This would make sense since they are storing your hardware information to match up with your activation key.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6840569" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/NOcVg8-oL8s" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/01/16/activating-windows-7-on-different-hardware.aspx</feedburner:origLink></item><item><title>Avoid creating hidden 200MB partition in Windows 7</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/DHUQbetkWOY/avoid-creating-hidden-200mb-partition-in-windows-7.aspx</link><pubDate>Fri, 16 Jan 2009 14:33:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6839445</guid><dc:creator>Brenton House</dc:creator><slash:comments>1</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/01/16/avoid-creating-hidden-200mb-partition-in-windows-7.aspx#comments</comments><description>&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://weblogs.asp.net/blogs/bhouse/vista_7_1_006064C6.jpg" align="right" /&gt; The first few times I installed Windows 7, I noticed that it created a hidden 200MB active partition on my primary hard drive.&amp;#160; The purpose of this partition is to store the boot files and the Windows Recovery Environment (WinRE) for repairing your computer if necessary.&amp;#160; Once it is created, it is very difficult to remove and you risk your computer not booting.&lt;/p&gt;  &lt;p&gt;Now this is a good idea in theory and for most people, this won’t matter.&amp;#160; But when I am setting my my systems (at least with Vista and Windows 7) is that I install the OS on a machine and configure it exactly the way I want it.&amp;#160; I then install all the software on it and take an image of it using &lt;a title="www.acronis.com" href="http://www.tkqlhce.com/click-3127738-10502367" target="_blank"&gt;Acronis TrueImage&lt;/a&gt;.&amp;#160; I can then take that image and setup a new computer (with different hardware) within a matter of minutes.&lt;/p&gt;  &lt;p&gt;This whole 200MB partition deals complicates the imaging process and so I looked into the details of it.&amp;#160; Apparently if you install Windows 7 on a drive with unpartitioned or unallocated space.&amp;#160;&amp;#160; Create the primary partition first by choosing Drive options (advanced).&amp;#160; When you get this dialog box: “To ensure that all Windows features work correctly, Windows might create additional partitions for system files.”&amp;#160; Hit Cancel.&amp;#160; The boot files will now be put on the primary partition that you created earlier.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.flickr.com/photos/84837654@N00/3200819221/"&gt;&lt;img title="windows7-additional-partition" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="213" alt="windows7-additional-partition" src="http://weblogs.asp.net/blogs/bhouse/windows7additionalpartition_79FBB588.jpg" width="504" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you aren’t going to be imaging your system or you want to setup dual boot, you can go ahead and let Windows 7 do it’s thing and create the extra partition.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6839445" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/DHUQbetkWOY" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/01/16/avoid-creating-hidden-200mb-partition-in-windows-7.aspx</feedburner:origLink></item><item><title>How to get your Quick Launch Toolbar back in Windows 7</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/4a9QFCKIGr8/how-to-get-your-quick-launch-toolbar-back-in-windows-7.aspx</link><pubDate>Thu, 15 Jan 2009 15:41:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6836262</guid><dc:creator>Brenton House</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/01/15/how-to-get-your-quick-launch-toolbar-back-in-windows-7.aspx#comments</comments><description>&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://weblogs.asp.net/blogs/bhouse/vista_7_1_006064C6.jpg" align="right" /&gt; &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Right click on taskbar and select Toolbars &amp;gt; New Toolbar&lt;/li&gt;    &lt;li&gt;Browse to:&amp;#160; &lt;br /&gt;C:\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch&lt;/li&gt;    &lt;li&gt;Hit: Select Folder&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;strong&gt;-or-&lt;/strong&gt;&amp;#160; you can just download and install a much better version of Quick Launch called &lt;a href="http://www.freelaunchbar.com/" target="_blank"&gt;Free Launch Bar&lt;/a&gt;.&amp;#160; It is free (as the name implies) and has more features the old Quick Launch.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6836262" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/4a9QFCKIGr8" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/01/15/how-to-get-your-quick-launch-toolbar-back-in-windows-7.aspx</feedburner:origLink></item><item><title>How to find missing drivers for Windows 7</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/u-2KjNHcEJ8/how-to-find-missing-drivers-for-windows-7.aspx</link><pubDate>Thu, 15 Jan 2009 14:33:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6836226</guid><dc:creator>Brenton House</dc:creator><slash:comments>7</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/01/15/how-to-find-missing-drivers-for-windows-7.aspx#comments</comments><description>&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://weblogs.asp.net/blogs/bhouse/vista_7_1_006064C6.jpg" align="right" /&gt; I installed Windows 7 on machine that was a couple of years old.&amp;#160; When it booted up, the max display resolution was 640x480 because of the old vga video driver that shipped with Windows 7.&amp;#160; I tried to find an updated driver from several places but ended up being saved by &lt;a href="http://www.innovative-sol.com/drivermax/" target="_blank"&gt;DriverMax&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.innovative-sol.com/drivermax/" target="_blank"&gt;DriverMax&lt;/a&gt; is a FREE application that helps identify unknown hardware and uploads the data to their site and provides downloads for updated drivers.&amp;#160; &lt;/p&gt;  &lt;p&gt;Shortly after using this software I was back up and running at 1280x1024 (max for my monitor). &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6836226" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/u-2KjNHcEJ8" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/01/15/how-to-find-missing-drivers-for-windows-7.aspx</feedburner:origLink></item><item><title>How to (Successfully) Install Cisco VPN Client on Windows 7</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/KfoFBh4WFeQ/how-to-successfully-install-cisco-vpn-client-on-windows-7.aspx</link><pubDate>Thu, 15 Jan 2009 13:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6836175</guid><dc:creator>Brenton House</dc:creator><slash:comments>136</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/01/15/how-to-successfully-install-cisco-vpn-client-on-windows-7.aspx#comments</comments><description>&lt;p&gt;&lt;img title="vista_7_1" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="160" alt="windows7" src="http://weblogs.asp.net/blogs/bhouse/vista_7_1_006064C6.jpg" width="120" align="right" border="0" /&gt;If you do not follow these instructions when installing the Cisco VPN Client on Windows 7, you will probably end up in an endless blue screen / reboot cycle!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Uninstall any previous version of Cisco VPN client that you may have installed &lt;/li&gt;    &lt;li&gt;Reboot &lt;/li&gt;    &lt;li&gt;Download the &lt;a href="http://www.citrix.com/lang/English/lp/lp_1680845.asp" target="_blank"&gt;Citrix DNE Update&lt;/a&gt; and install it. &lt;/li&gt;    &lt;li&gt;Reboot &lt;/li&gt;    &lt;li&gt;Make sure you have Cisco VPN Client 5.0.4.0300 (or newer, if available) &lt;/li&gt;    &lt;li&gt;Install the Cisco VPN Client &lt;/li&gt;    &lt;li&gt;Reboot &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;** Check out some of the additional steps others have taken below if you run into problems&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6836175" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/KfoFBh4WFeQ" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Cisco+VPN/default.aspx">Cisco VPN</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/01/15/how-to-successfully-install-cisco-vpn-client-on-windows-7.aspx</feedburner:origLink></item><item><title>Live Mesh update for Windows 7 Beta is now online</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/SwcOK-qq6XA/live-mesh-update-for-windows-7-beta-is-now-online.aspx</link><pubDate>Wed, 14 Jan 2009 20:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6835601</guid><dc:creator>Brenton House</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2009/01/14/live-mesh-update-for-windows-7-beta-is-now-online.aspx#comments</comments><description>&lt;P&gt;&lt;A title=LiveMeshLogin href="http://www.flickr.com/photos/84837654@N00/3196777757/" mce_href="http://www.flickr.com/photos/84837654@N00/3196777757/"&gt;&lt;IMG title="" border=0 alt="" align=left src="http://static.flickr.com/3405/3196777757_289c0a76c3.jpg" width=135 height=235 mce_src="http://static.flickr.com/3405/3196777757_289c0a76c3.jpg"&gt;&lt;/A&gt;Microsoft has posted a new update for &lt;A href="http://www.mesh.com/" target=_blank mce_href="http://www.mesh.com"&gt;Live Mesh&lt;/A&gt; that is compatible with Windows 7 Beta.&amp;nbsp; The info has been posted on&amp;nbsp;the &lt;A href="http://blogs.msdn.com/livemesh/" target=_blank mce_href="http://blogs.msdn.com/livemesh/"&gt;Live Mesh Blog&lt;/A&gt;.&amp;nbsp; &lt;/P&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6835601" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/SwcOK-qq6XA" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Live+Mesh/default.aspx">Live Mesh</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2009/01/14/live-mesh-update-for-windows-7-beta-is-now-online.aspx</feedburner:origLink></item><item><title>R.I.P.  .NET Reflector</title><link>http://feedproxy.google.com/~r/BrentonHouse-Dev/~3/LE9J0klGg1M/r-i-p-net-reflector.aspx</link><pubDate>Thu, 21 Aug 2008 20:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6548591</guid><dc:creator>Brenton House</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.asp.net/bhouse/archive/2008/08/21/r-i-p-net-reflector.aspx#comments</comments><description>&lt;p&gt;Yes.&amp;#160; It is true, Lutz Roeder has decided to end development of .NET Reflector…&amp;#160; This free tool has been the greatest addition to .NET development since, well, forever.&amp;#160;&amp;#160; Development will be passed on to Red Gate Software and it is unclear whether it will eventually move to a retail product.&amp;#160; So sad.&lt;/p&gt;  &lt;p&gt;Here is a copy of the email that was sent out:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities.&lt;/p&gt;    &lt;p&gt;I have reached an agreement to have &lt;a href="http://www.red-gate.com/" target="_blank"&gt;Red Gate Software&lt;/a&gt; continue the development of .NET Reflector. Red Gate has a lot of experience creating development tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers.&lt;/p&gt;    &lt;p&gt;Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions.&lt;/p&gt;    &lt;p&gt;For news and updates on Reflector, sign up for the &lt;a href="http://reflector.red-gate.com/subscribe.aspx" target="_blank"&gt;.NET Developer’s Newsletter&lt;/a&gt; from Red Gate. To find out more about the agreement, see the interview on Simple Talk.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Brenton House" href="http://www.brentonhouse.com" target="_blank"&gt;Brenton House&lt;/a&gt;&lt;/p&gt;
&lt;!-- Place this tag where you want the +1 button to render --&gt;&lt;g:plusone href="http://weblogs.asp.net/bhouse/default.aspx" annotation="inline"&gt;&lt;/g:plusone&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6548591" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/BrentonHouse-Dev/~4/LE9J0klGg1M" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/bhouse/archive/tags/Free+Stuff/default.aspx">Free Stuff</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/bhouse/archive/tags/Brenton+House/default.aspx">Brenton House</category><feedburner:origLink>http://weblogs.asp.net/bhouse/archive/2008/08/21/r-i-p-net-reflector.aspx</feedburner:origLink></item></channel></rss>
