Home › Forums › Software Development › [Solved] Tobii.EyeX.Client.dll could not be added. › Reply To: [Solved] Tobii.EyeX.Client.dll could not be added.
12/07/2016 at 10:55 #5391
Alex [Tobii]
Participant
Hi!
If you are programming in a managed language (for example C#) you only need to reference managed DLLs:
Client.Net20.dll
EyeXFramework.dll
Make sure that the native dll (Tobii.EyeX.Client.dll) is also copied to your output folder since it’s needed by the managed ones to work.
/Alex