Visual Studio 缺少“在混合中打开”选项
我是否遗漏了某些内容,或者 Visual Studio 2008 中的“在混合中打开”选项不再存在?
我使用的是 VS 2008 SP1 + Expression Studio 3.0。
我可以反过来做,从 Blend 到 Visual Studio,但不能从 Visual Studio 到 Blend。
干杯
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对我来说,“在 Expression Blend 中打开”仅在 Silverlight 项目中可用,对于 WPF 项目,该选项不存在。
For me, the "Open in Expression Blend" is only available in Silverlight projects, for WPF projects the option does not exist.
我遇到了同样的问题,我有 Blend 的试用版,卸载然后安装了 Expression Studio(来自我的 MSDN 订阅)。 Silverlight 项目中的选项消失了。
我发现这里我需要做的就是添加以下注册表项:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Expression\Blend\VS\BlendLaunchPath
这应该指向表达式混合所在的完整路径(在我的情况下:C:\Program Files\Microsoft Expression\Blend 3\Blend.exe)
之后,我所需要做的就是重新启动 Visual Studio,然后又出现了!
希望这有帮助。
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.