<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" 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/"><channel><title>Jigar Mehta's Blog : SideBySide</title><link>http://blogs.msdn.com/jigarme/archive/tags/SideBySide/default.aspx</link><description>Tags: SideBySide</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>VC++ Debug C++ Runtime Files..</title><link>http://blogs.msdn.com/jigarme/archive/2008/05/08/vc-debug-c-runtime-files.aspx</link><pubDate>Thu, 08 May 2008 04:14:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8468186</guid><dc:creator>Jigar Mehta</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jigarme/comments/8468186.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jigarme/commentrss.aspx?PostID=8468186</wfw:commentRss><description>&lt;p&gt;How many times have you tried to run the debug build of your project on a test machine where you don't have Visual Studio installed, and faced issues? Issues like,&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;For binaries built in debug configuration with Visual Studio 2005..&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Activation context generation failed for &amp;quot;&amp;lt;your file&amp;gt;&amp;quot;. Dependent Assembly Microsoft.VC80.DebugCRT,processorArchitecture=&amp;quot;x86&amp;quot;,publicKeyToken=&amp;quot;1fc8b3b9a1e18e3b&amp;quot;,type=&amp;quot;win32&amp;quot;,version=&amp;quot;8.0.50727.762&amp;quot; could not be found.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;For binaries build in debug configuration with Visual Studio 2003..&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/jigarme/WindowsLiveWriter/VCDebugCRuntimeFiles_5C7B/05-08-2008%20(062815)_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="155" alt="This application has failed to start because MSVCR71D.dll was not found. Re-installing the application may fix this problem." src="http://blogs.msdn.com/blogfiles/jigarme/WindowsLiveWriter/VCDebugCRuntimeFiles_5C7B/05-08-2008%20(062815)_thumb.jpg" width="425" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Actually the solution to problem is very simple.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;For binaries built in debug configuration with &lt;strong&gt;Visual Studio 2005&lt;/strong&gt;, &lt;strike&gt;download following files, extract them&lt;/strike&gt; get files from following location and put them in your application directory (along with the manifest file).&lt;/p&gt;    &lt;p&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;:**I cant re-distribute the debug run-time files over here, So, I have removed the download links, but you can get the required files from following location (on the machine where you have Visual Studio 2005 installed)**      &lt;br /&gt;      &lt;br /&gt;&lt;strong&gt;C:\Program Files\Microsoft Visual Studio 8\VC\redist\Debug_NonRedist\x86&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;&lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;For binaries build in debug configuration with &lt;strong&gt;Visual Studio 2003&lt;/strong&gt;, you can copy following files and place them in application path.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;&lt;/blockquote&gt;  &lt;blockquote&gt;&lt;/blockquote&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;C:\windows\system32\msvcr71d.dll&lt;/li&gt;      &lt;li&gt;C:\windows\system32\msvci70.dll&lt;/li&gt;      &lt;li&gt;C:\windows\system32\msvcp71d.dll&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;Following documentation may also help..&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Redistributing Visual C++ Files     &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms235299.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms235299.aspx&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Stay tuned.. &lt;img alt="Wave" src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/103.gif" /&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8468186" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jigarme/archive/tags/SideBySide/default.aspx">SideBySide</category></item></channel></rss>