尝试从 .net 连接到 oracle 数据库时出现以下异常:
Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
经过许多链接后,我尝试通过将平台目标更改为任何 CPU 来克服此异常。由于它是 wpf 应用程序,因此在更改平台目标后会引发以下异常:
'The invocation of the constructor on type 'SSC_GIP_UI.MainWindow' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'.
但它在平台目标 x86 上运行良好,没有抛出上述异常,但它抛出了BadImageFormatException
。
我正在使用的环境是:Windows server 2008、
.net framework 4.0、oracle 11g(64 位)
谁能告诉我。如何解决?