07-07-2014 08:01 AM
Thanks for the reply.
I was copying a VB2005 program to operate the usb6008 for an application of an Electrochemical Square Wave Voltammeter.
Full details see www.rcc.za.net Ch4 "Chemical Computers"pg115
word for word.No mistakes in the editor and the when I build all the squiggly green lines come back.Then "refresh all Files" and they go away again.
Regards
Jeff
07-07-2014 08:16 AM
So I just made a new VB2010 programme and made reference to
NationalInstruments.DAQmx and
NationalInstruments.Common
Typed at the top" Imports NationalInstruments.DAQmx"
no green line
then Build and the green line is back
Your comments please Sir.
07-07-2014 10:30 AM
Hi Jeff,
After you set the references to the NI libraries, are they showing up under the References folder in the Solution Explorer?
Curt
07-07-2014 11:07 AM
yes the 2 added references are showing in Solution Explorer.
thanks
jeff
07-09-2014 03:48 AM
answer is:
target .NET Framework4
had to change that.all systems go then
thanks