Home Forums Software Development MinimalGazeDataStream sample

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1212

    Hi,

    i’m trying to run MinimalGazeDataStream sample. It is built successfully but when trying to run it I get the following error:

    Unhandled Exception: System.BadImageFormatException: Could not load file or assembly ‘Tobii.EyeX.Client.Net20, Version=0.23.325.0, Culture=neutral, PublicKeyToken=70326046dcdce6cb’ or one of its depen
    dencies. An attempt was made to load a program with an incorrect format.
    at MinimalGazeDataStream.Program.Main(String[] args)
    Press any key to continue . . .

    Thank you in advance

    Polykarpos Karamaoynas

    Institute of Computer Science
    Foundation for Research and Technology
    Hellas

    #1213
    Robert [Tobii]
    Participant

    Hi Polykarpos,

    The BadImageFormatException when loading a dll is caused by incompatible bitness (32 or 64-bit) on the solution/project vs. the DLL.

    To resolve the error, you can either:
    – Change target platform to x86 in your Visual Studio solution
    – If you want 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

    #1215

    Thank you Robert.

    This solved the problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.