开发者

Exception when opening or creating new project in Blend 4

Hi

When I open or create a new projects Expression Blend 4 (Premium) throws an exception and shuts down. The log says:

System.BadImageFormatExcept开发者_开发技巧ion: 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


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.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜