Home Forums Software Development [Solved] BadImageFormatException: Reply To: [Solved] BadImageFormatException:

#7245
良治
Participant

I use Tobii.Interaction v0.7.3 nuget package and trying to run Tobii API.
It runs well in a AnyCPU config, but it faces the BadImageFormatException problem in 64 app config which I need to build.
My app refers to two dlls – Tobii.Interaction.Model.dll and Tobii.Interaction.Net.dll.

You wrote:
>>to build a 64-bit application, change the references for the two DLLs Tobii.EyeX.Client.dll and Tobii.EyeX.Client.Net20.dll to the 64-bit versions, located in \lib\x64

The nuget package include the following folder tree:
Interaction –
build
x64
Tobii.EyeX.Client.dll
lib
net45
Tobii.Interaction.Model.dll
Tobii.Interaction.Net.dll

There are no \lib\x64\*.dll. Where can I get x64 version of Tobii.interaction.*.dll?