用vs2008写好的xaml不能在blend2中打开,提示wpf项目中不支持usercontrol 、不支持grid 、不支持textblock
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用vs2008写好的xaml不能在blend2中打开,提示wpf项目中不支持usercontrol 、不支持grid 、不支持textblock相关的知识,希望对你有一定的参考价值。
vs2008sp1专业版 版本 9.0.21022.108
以及blend 2 版本2.0.1523.0
代码:
<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">
<TextBlock x:Name="MyMessage" Text=" Hello World" FontSize=" 56"></TextBlock>
</Grid>
</UserControl>
Blend2是打不开滴,只能弄1.1, 1.1的时候还没有Grid。本回答被提问者采纳 参考技术B 你好牛啊会写代码,我看啦头疼
以上是关于用vs2008写好的xaml不能在blend2中打开,提示wpf项目中不支持usercontrol 、不支持grid 、不支持textblock的主要内容,如果未能解决你的问题,请参考以下文章
如何停止 Blend 2.5 June Preview 在 SL1.0 XAML 上用 Panel.ZIndex 替换 Canvas.ZIndex?