C#xaml System.BadImageFormatException

时间:2014-10-24 11:23:37

标签: c# wpf xaml visual-studio-2012

我有一个WPF应用程序,昨天正在构建并运行良好。 今天当我打开它时,我收到了这个错误:

http://oi61.tinypic.com/vzady8.jpg

似乎在我的xaml cs代码运行之前发生,因为没有断点工作。 我认为它与装载组件有关。

这是完整的错误,请查看内部异常,因为我认为这是真正的错误:

http://pastebin.com/xUuamwae

它可能与WindowsBase dll有关,因为它似乎突出显示该行,或者可能是导致WindowsBase死在这里的内部异常?

内部异常:

InnerException: System.BadImageFormatException
HResult=-2147024885
Message=Could not load file or assembly 
'Cognex.InSight.Controls.Display, 
Version=4.9.2511.0,  Culture=neutral, 
PublicKeyToken=6b9774afddb09935' or one of its dependencies. 
An attempt was made to load a program with an incorrect format.

1 个答案:

答案 0 :(得分:4)

我将项目更改为x86并且工作正常。