用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>

参考技术A 要用Blend做Silverlight2 就要去下载 Blend 2.5 Preview
Blend2是打不开滴,只能弄1.1, 1.1的时候还没有Grid。本回答被提问者采纳
参考技术B 你好牛啊会写代码,我看啦头疼

以上是关于用vs2008写好的xaml不能在blend2中打开,提示wpf项目中不支持usercontrol 、不支持grid 、不支持textblock的主要内容,如果未能解决你的问题,请参考以下文章

如何在编译器里设置调用别人写好的lib和dll步骤

如何停止 Blend 2.5 June Preview 在 SL1.0 XAML 上用 Panel.ZIndex 替换 Canvas.ZIndex?

vs2019使用网上别人写好的代码

VS2012编译的DLL动态库为啥在VS2012上调用正常,在VS2008上使用失败

为啥visual assist X在vs2008中不能用

vs2010+qt,怎么在主窗口中打开一个子窗口