Hi all,
I'm having trouble including the Nationalinstruments namespace to my application (MS Visual Studio 2010 C#).
I have added the references NationalInstruments.Common and NationalInstruments.VisaNS like in the example files.
However, I get an error message during built saying:
error CS0246: The type or namespace name 'NationalInstruments' could not be found (are you missing a using directive or an assembly reference?)
What am I missing here?
Thanks,
Benjamin