.net3.5プロジェクトの.net2.0で構築されたアセンブリを参照しています。Windows XPマシンでは正常に動作しますが、Win200364ビットに展開する場合
以下のエラーが発生します
System.BadImageFormatException: Could not load file or assembly 'Wrapper, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
プロジェクトはWinxp32ビットマシン上に構築され、wixインストーラーを使用して展開されます。アセンブリを手動で置き換えようとしましたが、機能しませんでした。