Home › Forums › Software Development › Split: .Net and WPF › Reply To: Split: .Net and WPF
07/12/2014 at 21:53 #2167

Participant
Is this happening at compile time or at run time?
If at run time: this can happen if you build your app for “Any CPU” and then run it on a 64-bit OS while referencing the 32-bit Tobii.EyeX.Client.Net20.dll.
Always build for x86 or x64 and reference the appropriate client dll.