Visual Studio Missing “Open in blend” option

夙愿已清 提交于 2019-12-12 19:06:47

问题


Am I missing something or does that "Open in blend" option in Visual Studio 2008 not exist anymore?

I am using VS 2008 SP1 + Expression Studio 3.0.

I can do it the other way around, from blend to visual studio, but not visual studio to blend.

Cheers


回答1:


For me, the "Open in Expression Blend" is only available in Silverlight projects, for WPF projects the option does not exist.




回答2:


I had the same problem, I had the trial version of blend, uninstalled and then installed Expression Studio (from my MSDN subscription). The option in Silverlight projects was gone.

I found here that all I needed to do was to add the following registry entry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Expression\Blend\VS\BlendLaunchPath

And this should point to the full path where expession blend is (in my case: C:\Program Files\Microsoft Expression\Blend 3\Blend.exe)

After this all I needed to do was to restart Visual Studio and there it was again!

Hope this helps.



来源:https://stackoverflow.com/questions/1501533/visual-studio-missing-open-in-blend-option

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