My Visual Basic program uses some Measurement Studio controls and all works well on my development machine. Having added a Setup Project I get an error message
File 'NationalInstruments.Common.Native.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
How do I change it to target a generic "x86"?
Thanks.