gpt4 book ai didi

silverlight - Expression Blend 2 中 WPF 不支持 UserControl 的错误

转载 作者:行者123 更新时间:2023-12-04 07:07:59 25 4
gpt4 key购买 nike

我在 Visual Studio 中创建了一个测试 Silverlight 2 应用程序,只是 copying the Tim Heuer video ,但是当我在 Blend 中打开它时,我收到此错误

UserControl is not supported in a Windows Presentation Foundation (WPF) project



这是 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>

我是否缺少引用资料或其他东西?

最佳答案

您需要安装 Expression Blend 2.0 SP1 .

关于silverlight - Expression Blend 2 中 WPF 不支持 UserControl 的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/818526/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com