.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 ビット)
誰でも教えてもらえますか?