<?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>Aaron Ruckman's Web Log : WCF</title><link>http://blogs.msdn.com/aaronru/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>When I try to download .NET Framework 3.0 GOLD my computer says that this isn't a Windows 32 application.</title><link>http://blogs.msdn.com/aaronru/archive/2007/04/17/when-i-try-to-downlload-net-framework-2-0-my-computer-says-that-this-isn-t-a-windows-32-application.aspx</link><pubDate>Tue, 17 Apr 2007 16:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2161174</guid><dc:creator>aaronru</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/aaronru/comments/2161174.aspx</comments><wfw:commentRss>http://blogs.msdn.com/aaronru/commentrss.aspx?PostID=2161174</wfw:commentRss><description>&lt;P&gt;Commonly this is caused by the installation program you've downloaded to become corrupted in the download. By redownloading to either a different location you should be able to fix this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Another common remedy for this issue is to download the redistributable package corresponding to your architecture:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;To download the full redistributable package, rather than the bootstrapper, click the architecture you need below to start the download:&lt;/EM&gt; &lt;/P&gt;
&lt;LI&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=70848" mce_href="http://go.microsoft.com/fwlink/?LinkId=70848"&gt;&lt;FONT color=#0033cc&gt;X86 Redist Package &lt;/FONT&gt;&lt;/A&gt;
&lt;LI&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=70849" mce_href="http://go.microsoft.com/fwlink/?LinkId=70849"&gt;&lt;FONT color=#0033cc&gt;X64 Redist Package &lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;P&gt;The redistributable might download more than you need, but is a single download.&amp;nbsp; This is a preferred method if you do not worry about bandwidth, or if you want to put it on a secure location.&lt;/P&gt;
&lt;P&gt;Be sure to Check Windows Update for any updates after you've installed the .NET Framework.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2161174" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/aaronru/archive/tags/setup/default.aspx">setup</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/Deployment/default.aspx">Deployment</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/.NET+Framework+3.0/default.aspx">.NET Framework 3.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WF/default.aspx">WF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/3.0/default.aspx">3.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/install/default.aspx">install</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/Whidbey/default.aspx">Whidbey</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/xp/default.aspx">xp</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/w2k3/default.aspx">w2k3</category></item><item><title>Will .NET Framework 3.0 run .NET Framework 2.0 apps?</title><link>http://blogs.msdn.com/aaronru/archive/2007/04/17/will-net-framework-3-0-run-net-framework-2-0-apps.aspx</link><pubDate>Tue, 17 Apr 2007 08:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2161131</guid><dc:creator>aaronru</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/aaronru/comments/2161131.aspx</comments><wfw:commentRss>http://blogs.msdn.com/aaronru/commentrss.aspx?PostID=2161131</wfw:commentRss><description>&lt;P&gt;This is a common question on the .NET Framework Setup Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Let me first answer this by YES!!! ABSOLUTELY!!! WE DESIGNED IT THAT WAY!!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Ok now that is out of the way, I would like to explain why.&amp;nbsp; .NET Framework 3.0 is built on the .NET Framework 2.0 Libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The following link is from MSDN Learning and explains in much more detail how this works.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/netframework/aa663309.aspx"&gt;http://msdn2.microsoft.com/en-us/netframework/aa663309.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Next I would like to reference the common Versioning Questions regarding the .NET Framework.&amp;nbsp; MSDN also does a greate job of this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/netframework/aa663314.aspx"&gt;http://msdn2.microsoft.com/en-us/netframework/aa663314.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;From the above reference this is one of my favorite quotes:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q: How does the .NET Framework 3.0 relate to the .NET Framework 2.0?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A: The .NET Framework 3.0 is an additive release to the .NET Framework 2.0. The .NET Framework 3.0 adds four new technologies to the .NET Framework 2.0: Windows Presentation Foundation (WPF), Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), and Windows CardSpace. There are no changes to the version of the .NET Framework 2.0 components included in the .NET Framework 3.0. This means that the millions of developers who use .NET today can use the skills they already have to start building .NET Framework 3.0 applications. It also means that applications that run on the .NET Framework 2.0 today will continue to run on the .NET Framework 3.0. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2161131" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/aaronru/archive/tags/.NET+Framework+3.0/default.aspx">.NET Framework 3.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WF/default.aspx">WF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/3.0/default.aspx">3.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/2.0/default.aspx">2.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item><item><title>Q. Do i need to uninstall 3.0 in order for Visual Studio 2005 to compile 2.0 managed applications?</title><link>http://blogs.msdn.com/aaronru/archive/2007/04/11/q-do-i-need-to-uninstall-3-0-in-order-for-visual-studio-2005-to-compile-2-0-managed-applications.aspx</link><pubDate>Wed, 11 Apr 2007 19:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2087963</guid><dc:creator>aaronru</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/aaronru/comments/2087963.aspx</comments><wfw:commentRss>http://blogs.msdn.com/aaronru/commentrss.aspx?PostID=2087963</wfw:commentRss><description>&lt;P&gt;A. Visual Studio 2005 will target your managed appliations as 2.0 by default.&amp;nbsp; 3.0 adds to the 2.0 layer and is fully backwards compatible.&amp;nbsp; For more information check out the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/netframework/aa663309.aspx" mce_href="http://msdn2.microsoft.com/en-us/netframework/aa663309.aspx"&gt;http://msdn2.microsoft.com/en-us/netframework/aa663309.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to compile 3.0 projects then you&amp;nbsp;will need to install the extensions for WF and Extensions for WCF/WPF:&lt;/P&gt;
&lt;P&gt;For a full list of .NET Framework 3.0 applications, including the extensions:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/windowsvista/aa904955.aspx" mce_href="http://msdn2.microsoft.com/en-us/windowsvista/aa904955.aspx"&gt;http://msdn2.microsoft.com/en-us/windowsvista/aa904955.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2087963" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/aaronru/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/Extensions/default.aspx">Extensions</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WF/default.aspx">WF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/3.0/default.aspx">3.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/2.0/default.aspx">2.0</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/aaronru/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item></channel></rss>