<?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>SUMMEYLABS &#187; C++</title>
	<atom:link href="http://summeylabs.com/wordpress/category/programming/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://summeylabs.com/wordpress</link>
	<description>You mustn&#039;t be afraid to dream a little bigger.</description>
	<lastBuildDate>Thu, 26 Aug 2010 17:32:19 +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>The application has failed to start because its side-by-side configuration is incorrect (Windows)</title>
		<link>http://summeylabs.com/wordpress/2010/04/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect-windows/</link>
		<comments>http://summeylabs.com/wordpress/2010/04/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect-windows/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:22:22 +0000</pubDate>
		<dc:creator>summey</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[side-by-side]]></category>

		<guid isPermaLink="false">http://summeylabs.com/wordpress/?p=499</guid>
		<description><![CDATA[I ran into this lame issue today&#8230; I wrote a C++ app sent it to my beta tester ( Andrew) and he said it failed &#8230; So i went on the mission and found the fix ! Not only did &#8230; <a href="http://summeylabs.com/wordpress/2010/04/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://summeylabs.com/wordpress/wp-content/uploads/2010/04/kb406122_03.jpg"><img class="alignleft size-full wp-image-498" title="kb406122_03" src="http://summeylabs.com/wordpress/wp-content/uploads/2010/04/kb406122_03.jpg" alt="" width="477" height="168" /></a></p>
<p>I ran into this lame issue today&#8230; I wrote a C++ app sent it to my beta tester ( Andrew) and he said it failed &#8230; So i went on the mission and found the fix ! Not only did i find a fix but i found a reason and thats good because most of the time we never know  the true reason behind a strange issue. The issue is normally convoluted in a sea of code  that dates back  years well not this time!  Read on!</p>
<h3 id="Reason">Reason</h3>
<hr />This is a known Windows issue, primarily occurring  on Windows Vista. It can occur for several reasons.</p>
<p>In some cases it occurs because the machine has Microsoft  Visual C++ installed, and the Visual C++ libraries have become  corrupted.</p>
<p>In other cases it indicates that the installation of Suite  did not completely finish. In some situations the Suite installation  will require a reboot when finished. However, the &#8216;reboot&#8217; dialog is not  always displayed. In these cases the Suite install log will show:</p>
<p><code>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br />
Restarting your computer is recommended:<br />
In order to Finish the installation, please restart the computer<br />
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</code></p>
<h3 id="Solution">Solution</h3>
<hr />Do one or more of the following solutions:</p>
<h5><strong> Solution 1: Install the Microsoft Visual C++ 2005  runtime. (Visual C++ users only) </strong></h5>
<p>If you are a  Microsoft Visual C++ user, then do the following steps:</p>
<ol>
<li>Install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en">Microsoft  Visual C++ 2005 runtime</a>.</li>
<li>Reboot the machine</li>
<li>Relaunch the Suite applications.</li>
</ol>
<h5><strong> Solution 2: Reboot your system and restart the  applications. </strong></h5>
<p>If you have just installed Creative Suite, then  perform the following steps:</p>
<ol>
<li>Reboot the machine.</li>
<li>Relaunch the Suite applications</li>
</ol>
<p>All i did was install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en">Microsoft   Visual C++ 2005 runtime</a> making sure i closed visual studio 2008, once the install was finished i opened visual studio and recompiled my app and voila!  my applications now work on other machines!</p>
<p>thank you for tuning into this epic victory &#8230; we live to code another day!</p>
<p>-Summey</p>
]]></content:encoded>
			<wfw:commentRss>http://summeylabs.com/wordpress/2010/04/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
