Home › Forums › Software Development › [Solved] Tobii EyeX C# Project Problems (.dll)
Tagged: C# Visual Studio
- This topic has 3 replies, 2 voices, and was last updated 7 years, 11 months ago by Anonymous.
- AuthorPosts
- 27/12/2016 at 22:44 #6103AnonymousInactive
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?27/12/2016 at 23:31 #6105Alex [Tobii]ParticipantHi!
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
28/12/2016 at 00:50 #6106AnonymousInactiveOkay, 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
28/12/2016 at 12:47 #6107AnonymousInactiveSolved.
- AuthorPosts
- You must be logged in to reply to this topic.