03-12-2010 07:01 PM
Hello,
With Visual C#, I find that adding the statement
using NationalInstruments.Common;
to any form or project file causes an error message to be displayed. The error message goes away if this statement is deleted from the file. However, adding the "NationalInstruments.Common" reference is necessary.
I don't observe this with
using NationalInstruments.VisaNS:
What could be the reason?
Thanks.
Anand
03-15-2010 08:24 AM