在 Blend 4 中打开或创建新项目时出现异常

发布于 2024-09-29 22:01:07 字数 244 浏览 0 评论 0原文


当我打开或创建新项目时,Expression Blend 4 (Premium) 会引发异常并关闭。 日志显示:
System.BadImageFormatException:找不到索引。
对我来说,这听起来像是 32/64 位问题,但我在另一台计算机上运行 Expression Blend 4 (Ultimate) 没有问题。
两台电脑均运行 Windows 7 64 位并拥有 6GB 内存。
有什么建议吗?
/吉米

Hi
When I open or create a new projects Expression Blend 4 (Premium) throws an exception and shuts down.
The log says:
System.BadImageFormatException: Index not found.
To me this sounds like a 32/64bit problem but I have no problem running Expression Blend 4 (Ultimate) on another computer.
Both computer run Windows 7 64 bit and has 6gb memory.
Any suggesions?
/Jimmy

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£冰雨忧蓝° 2024-10-06 22:01:07

最有可能发生的情况是,在构建 UI 元素期间抛出异常,而 Blend 无法处理它。因此,您必须找到引发该异常的原因。
为此,您需要:

  1. 在 Visual Studio 中打开同一项目,
  2. 转到“调试”->“调试”。附加到进程
  3. 在列表中查找 Expression Blend 并附加到它
  4. 在 VS 中的应用程序开头的某个位置放置一个制动点
  5. 从 VS 运行应用程序
  6. 当您遇到制动点步骤时,不要遇到异常,或者只是恢复并查看项目的位置失败。

What is most likely happening is that during the construction of UI elements exception is thrown and Blend can't cope with it. So you will have to find what throws that exception.
To do that you will need:

  1. Open the same project in Visual Studio
  2. Go to Debug -> Attach to process
  3. Find in the list Expression Blend and attach to it
  4. Put a brakepoint in VS somewhere in the beggining of your app
  5. Run app from VS
  6. When you hit the brakepoint step while don't hit the exception or just resume and see where the project fails.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文