Home › Forums › Software Development › [Solved] Tobii EyeX C# Project Problems (.dll) › Reply To: [Solved] Tobii EyeX C# Project Problems (.dll)
27/12/2016 at 23:31 #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