Silverlight中生成的页面用Blend打不开

最近想学一下Silverlight,我用的中文vs环境,就下了个中文的Blend和silverlight_chainer.exe
安装后一两个都可以建项目,我在vs中建了一个项目,加了个按钮,因为在vs中不支持拖动等,就想用Blend打开Page.xaml,但不行,提示XAML无效

Page.xaml内容如下
<UserControl x:Class="SilverlightApplication1.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">
<Button></Button>
    </Grid>
</UserControl>
说什么(WPF)项目中不支持UserControl ...
谁知道怎么用Blend打开Page.xaml呀

神不在的星期二
浏览 585回答 2
2回答

HUH函数

之前也碰到过这种问题,但2.0开始好像就解决了,可以试试打开整个项目而不是单纯的xaml文件。
打开App,查看更多内容
随时随地看视频慕课网APP