Home Forums Software Development Split: .Net and WPF Reply To: Split: .Net and WPF

#2167
Anders
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.