[Solved] Tobii EyeX C# Project Problems (.dll)

Home Forums Software Development [Solved] Tobii EyeX C# Project Problems (.dll)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6103
    Anonymous
    Inactive

    I got this error: Tobii.EyeX.Client.dll could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.

    The Dependency Walker throws this error:
    Error: At least one required implicit or forwarded dependency was not found.
    Warning: At least one delay-load dependency module was not found.

    I added all the *.dll files (EyeXFramework.dll, Tobii.EyeX.Client.dll, Tobii.EyeX.Client.Net20.dll) But I cannot add a reference between Tobii.EyeX.Client.dll and my project.

    I downloaded the latest API.
    Can anyone help me?

    #6105
    Alex [Tobii]
    Participant

    Hi!

    Tobii.EyeX.Client.dll is a native dll. It should not be referenced the same way as the managed dlls. Instead you need to make sure it’s getting copied to the output folder. You may either include the file as “None/Copy if newer” or make a post-build action to copy the file.

    /Alex

    #6106
    Anonymous
    Inactive

    Okay, thank you! But nevertheless, I still got this annoying error in the XAML-File: “The Name “Behavior” is not availaible in the the namespace “clr-namespace:EyeXFramework.Wpf;assembly=EyeXFramework”.

    I try to combine my project and the WPF-example from the documentation (page 10).

    Thanks.

    schuetzi

    #6107
    Anonymous
    Inactive

    Solved.

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