Home Forums Software Development Adding Reference Error Vb.net

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5214
    Dkranc
    Participant

    I am trying to create a test project in vb.net
    I added the EyeXFramework as an existing project, added the tobii.eyex.client.net20.dll reference to the project and added a link to tobii.eyex.client.net20.dll to the project as well

    When I try to run the project

    `Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Dim _eyeXHost As New FormsEyeXHost()

    End Sub`

    it gives me the following error

    Additional information: Could not load file or assembly ‘Tobii.EyeX.Client.Net20, Version=1.7.480.0, Culture=neutral, PublicKeyToken=70326046dcdce6cb’ or one of its dependencies. An attempt was made to load a program with an incorrect format.

    #5221
    Alex [Tobii]
    Participant

    Hi!

    Remember to copy Tobii.EyeX.Client.dll (as well as Tobii.EyeX.Client.Net20.dll) to you bin folder.
    Tobii.EyeX.Client.Net20.dll is just a managed wrapper around Tobii.EyeX.Client.dll

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