在 Blend 4 中打开或创建新项目时出现异常
嗨
当我打开或创建新项目时,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最有可能发生的情况是,在构建 UI 元素期间抛出异常,而 Blend 无法处理它。因此,您必须找到引发该异常的原因。
为此,您需要:
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: