Home › Forums › Software Development › [Solved] Tobii.EyeX.Client.dll issues when publishing › Reply To: [Solved] Tobii.EyeX.Client.dll issues when publishing
23/03/2018 at 17:18 #8044
Alex [Tobii]
Participant
Hi @milesb !
Tobii.EyeX.Client.dll is not a managed assembly so if you want it to be copied to the output folder, you need to do the following steps.
– Use Project + Add Existing Item and select the DLL.
– Select the added file in the Solution Explorer window.
– In the Properties window, change the Copy to Output Directory setting to “Copy if newer”.