2009-05-04 7 views
2

に私はちょうどcopying the Tim Heuer video、Visual StudioでのテストのSilverlight 2アプリケーションを作成しましたが、私はブレンドで、それを開くために行くとき、私は、このエラーにエラーは、WPFでサポートされていないExpression Blendの2

ユーザーコントロールを取得しますWindowsのプレゼンテーション財団(WPF)プロジェクト

ではサポートされていません。これは、XAMLコード

<UserControl x:Class="MyFirstApp.Page" 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    Width="400" Height="300"> 
    <Grid x:Name="LayoutRoot" Background="White"> 
     <StackPanel Orientation="Vertical"> 
      <TextBox x:Name="myTextBox" FontSize="60" /> 
      <Button Content="Click Me" FontSize="60" Click="Button_Click" /> 
     </StackPanel> 
    </Grid> 
</UserControl> 

である私は、参照Oをしないのです何か?

答えて

関連する問題