Blend for Visual Studio 2012 - No design view

夙愿已清 提交于 2019-12-04 00:09:33

Apparantly, Blend included in VS2012 only supports Windows 8 Apps.

However, there's a preview been released for Blend + Sketchflow that allows other platforms here :

http://www.microsoft.com/en-us/download/details.aspx?id=30702

This appears to be the default Blend behavior when Blend does not support the .NET framework version that a project is configured to target. You can resolve this by opening the project in VS, opening the project properties(Alt-Enter), and changing the target framework to a supported version. For example, as of my writing this, Blend does not support .NET 4.5.2. You must convert it to 4.5.1 (c.f. http://connect.microsoft.com/VisualStudio/feedbackdetail/view/934732/blend-for-visual-studio-2013-does-not-render-the-design-view-with-net-framework-4-5-2)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!