Trying to run WPF samples<p>Trying the following windows SDK samples:</p> <p>BlackJack</p> <p>Calculator</p> <p>I keep getting errors on the xaml:</p> <p>these error were taken from the Calculator build:</p><font size=1> <p>MyApp.xaml(1,14): error MC4629: 'http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized namespace. Line 1, position 14.</p> <p>Window1.xaml(1,9): error MC4629: 'http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized namespace. Line 1, position 9.</p> <p> </p> <p>Please help,</p> <p>Thanks,</p> <p>Janiv Ratson.</p> <p> </p></font>© 2009 Microsoft Corporation. All rights reserved.Thu, 19 Jun 2008 00:15:52 Z9d6a62cc-400d-46e9-a379-a4375ec7fcc1http://social.msdn.microsoft.com/Forums/en/wpf/thread/9d6a62cc-400d-46e9-a379-a4375ec7fcc1#9d6a62cc-400d-46e9-a379-a4375ec7fcc1http://social.msdn.microsoft.com/Forums/en/wpf/thread/9d6a62cc-400d-46e9-a379-a4375ec7fcc1#9d6a62cc-400d-46e9-a379-a4375ec7fcc1janivhttp://social.msdn.microsoft.com/Profile/en-US/?user=janivTrying to run WPF samples<p>Trying the following windows SDK samples:</p> <p>BlackJack</p> <p>Calculator</p> <p>I keep getting errors on the xaml:</p> <p>these error were taken from the Calculator build:</p><font size=1> <p>MyApp.xaml(1,14): error MC4629: 'http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized namespace. Line 1, position 14.</p> <p>Window1.xaml(1,9): error MC4629: 'http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized namespace. Line 1, position 9.</p> <p> </p> <p>Please help,</p> <p>Thanks,</p> <p>Janiv Ratson.</p> <p> </p></font>Sun, 19 Mar 2006 14:10:08 Z2006-03-22T20:44:00Zhttp://social.msdn.microsoft.com/Forums/en/wpf/thread/9d6a62cc-400d-46e9-a379-a4375ec7fcc1#ec3f2d9c-0297-4474-b5c5-5fcd6a759853http://social.msdn.microsoft.com/Forums/en/wpf/thread/9d6a62cc-400d-46e9-a379-a4375ec7fcc1#ec3f2d9c-0297-4474-b5c5-5fcd6a759853Mike Daneshttp://social.msdn.microsoft.com/Profile/en-US/?user=Mike%20DanesTrying to run WPF samples<p>Check the ReleaseNotes.htm file that came with Windows SDK. In section 6.6 it lists the samples that don't compile due to changes in the last CTP of WinFX and in section 6.6.12 is presented exactly this error:</p> <p>&quot;</p> <p style="margin-top:6px;margin-bottom:6px"><b>6.6.12  Many Windows Presentation Foundation samples do not build</b></p> <p>A recent change to the schema location in Windows Presentation Foundation causes many samples to not build. The changes are the following:</p> <blockquote> <p>1. old = &quot;http://schemas.microsoft.com/winfx/avalon/2005&quot;</p> <p>    new= &quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;</p> <p>2. old = &quot;http://schemas.microsoft.com/winfx/xaml/2005&quot;</p> <p>    new = http://schemas.microsoft.com/winfx/2006/xaml&quot;</p> <p>&quot;</p></blockquote>Sun, 19 Mar 2006 14:17:36 Z2006-03-19T14:17:36Zhttp://social.msdn.microsoft.com/Forums/en/wpf/thread/9d6a62cc-400d-46e9-a379-a4375ec7fcc1#c38eecd9-12e9-489e-99cf-0f0b4fc6bde9http://social.msdn.microsoft.com/Forums/en/wpf/thread/9d6a62cc-400d-46e9-a379-a4375ec7fcc1#c38eecd9-12e9-489e-99cf-0f0b4fc6bde9Rob Relyeahttp://social.msdn.microsoft.com/Profile/en-US/?user=Rob%20RelyeaTrying to run WPF samples<p>For a tool to migrate these samples and any other pre-existing WPF/XAML see this tool: </p> <p><a title="http://www.longhornblogs.com/rrelyea/archive/2006/02/14/XamlMigrator.aspx" href="http://www.longhornblogs.com/rrelyea/archive/2006/02/14/XamlMigrator.aspx">http://www.longhornblogs.com/rrelyea/archive/2006/02/14/XamlMigrator.aspx</a></p> <p> </p>Sun, 19 Mar 2006 16:59:14 Z2006-03-22T20:44:00Z