<?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>To Hell in a Handbasket &#187; Visual Studio</title>
	<atom:link href="http://ericsilva.org/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericsilva.org</link>
	<description>General Views, Opinions, and Observations in the World Around Me by Eric Silva</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:36:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Converting a Visual Studio 2005 Web Application Project to a Visual Studio 2008 Web Application Project</title>
		<link>http://ericsilva.org/2009/12/06/converting-a-visual-studio-2005-web-application-project-to-a-visual-studio-2008-web-application-project/</link>
		<comments>http://ericsilva.org/2009/12/06/converting-a-visual-studio-2005-web-application-project-to-a-visual-studio-2008-web-application-project/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:24:00 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2009/12/06/converting-a-visual-studio-2005-web-application-project-to-a-visual-studio-2008-web-application-project/</guid>
		<description><![CDATA[For anyone looking to upgrade their VS 2005 Web Application project to VS 2008, I found good walkthrough provided by Microsoft here.]]></description>
			<content:encoded><![CDATA[<p>For anyone looking to upgrade their VS 2005 Web Application project to VS 2008, I found good walkthrough provided by Microsoft <a href="http://msdn.microsoft.com/en-us/library/bb907783.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2009/12/06/converting-a-visual-studio-2005-web-application-project-to-a-visual-studio-2008-web-application-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 and Visio for Enterprise Architects</title>
		<link>http://ericsilva.org/2009/12/03/visual-studio-2008-and-visio-for-enterprise-architects/</link>
		<comments>http://ericsilva.org/2009/12/03/visual-studio-2008-and-visio-for-enterprise-architects/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:34:18 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Observations]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Visio]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2009/12/03/visual-studio-2008-and-visio-for-enterprise-architects/</guid>
		<description><![CDATA[I have started working on a new project in .NET and the Problem Domain (PD) was modeled in Visio UML.  Fantastic.  Now I wanted to forward engineer the UML into C# classes to begin development, but wait, I can’t.  I only have Visio 2007 Professional, and the forward engineering features are only available in the [...]]]></description>
			<content:encoded><![CDATA[<p>I have started working on a new project in .NET and the Problem Domain (PD) was modeled in Visio UML.  Fantastic.  Now I wanted to forward engineer the UML into C# classes to begin development, but wait, I can’t.  I only have Visio 2007 Professional, and the forward engineering features are only available in the Visio for Enterprise Architects version.  Okay, not a problem, I’ll go download it from MSDN.</p>
<p>After starting the installation, I got an error message, “You must first install one of the qualified Visual Studio editions”.  What the hell?  Visual Studio 2008 isn’t good enough?  I sure as hell don’t want to install another, older version Visual Studio just so I can install Visio for EA.</p>
<p>After poking around, I came across this registry trick.  Visio for Enterprise Architects is looking for the existence of the following key:</p>
<pre class="brush: plain; gutter: false; toolbar: true;">
HKLM\Software\Microsoft\VisualStudio\8.0\Setup\VS\VSTD\
</pre>
<p>Within this key should be the String value “ProductDir”.  The text value for ProductDir can be anything other than a null value.</p>
<p>Once you add this key to your registry, the Visio for Enterprise Architects installer will work as hoped.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2009/12/03/visual-studio-2008-and-visio-for-enterprise-architects/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
