Expression Blend 4 (Studio 11的Beta版)+。net 4.5 -没有设计编辑器

时间:2022-04-25 03:17:21

I have been trying out Studio 11 and found a problem with Expression Blend. Seems that if I have a Studio 11 WPF project and set the target framework to '.NET Framework 4', Blend will show the design view, but if I set the target framework to '.NET Framework 4.5', it just shows the XAML (No design view).

我一直在尝试Studio 11,发现一个表达式混合的问题。似乎如果我有一个Studio 11 WPF的项目,并将目标框架设置为'。NET Framework 4', Blend会显示设计视图,但是如果我将目标框架设置为'。NET Framework 4.5',它只显示XAML(无设计视图)。

Has anyone see this problem and is there a workaround?

有人看到这个问题了吗?

Thanks.

谢谢。

2 个解决方案

#1


1  

You tagged this question with Expression Blend 4. Blend 4 does not work with Visual Studio 11 Beta. You need the version of Blend that is packaged with Visual Studio 11 Beta. In the release announcement, they did say:

你用Expression Blend 4标记了这个问题。Blend 4与Visual Studio 11 Beta不兼容。您需要与Visual Studio 11 Beta一起打包的Blend版本。在公告中,他们说:

Please be aware that in the Visual Studio beta, the XAML authoring support for Windows 8 is not quite at the same level of stability and completeness yet as the HTML authoring support.

请注意,在Visual Studio beta测试版中,对Windows 8的XAML编写支持还没有达到HTML编写支持的稳定性和完整性水平。

#2


0  

There's a new preview version for 4.5

有一个新的4.5预览版本

I'm using all the RTM bits for VS11 and saw this same problem when switching the target framework to 4.5 - which I guess makes sense because Blend 4 doesn't know how to load the 4.5 types.

我在VS11中使用了所有的RTM位,并且在将目标框架切换到4.5时看到了同样的问题——我想这是有道理的,因为Blend 4不知道如何加载4.5类型。

#1


1  

You tagged this question with Expression Blend 4. Blend 4 does not work with Visual Studio 11 Beta. You need the version of Blend that is packaged with Visual Studio 11 Beta. In the release announcement, they did say:

你用Expression Blend 4标记了这个问题。Blend 4与Visual Studio 11 Beta不兼容。您需要与Visual Studio 11 Beta一起打包的Blend版本。在公告中,他们说:

Please be aware that in the Visual Studio beta, the XAML authoring support for Windows 8 is not quite at the same level of stability and completeness yet as the HTML authoring support.

请注意,在Visual Studio beta测试版中,对Windows 8的XAML编写支持还没有达到HTML编写支持的稳定性和完整性水平。

#2


0  

There's a new preview version for 4.5

有一个新的4.5预览版本

I'm using all the RTM bits for VS11 and saw this same problem when switching the target framework to 4.5 - which I guess makes sense because Blend 4 doesn't know how to load the 4.5 types.

我在VS11中使用了所有的RTM位,并且在将目标框架切换到4.5时看到了同样的问题——我想这是有道理的,因为Blend 4不知道如何加载4.5类型。