Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Is Imports NationalInstruments.DAQmx still the first statement in a VB2010 programme?

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 

0 Kudos
Message 11 of 15
(3,023 Views)

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.

0 Kudos
Message 12 of 15
(3,021 Views)

Hi Jeff,

 

After you set the references to the NI libraries, are they showing up under the References folder in the Solution Explorer?

 

 

Curt

0 Kudos
Message 13 of 15
(3,010 Views)

yes the 2 added references are showing in Solution Explorer.

thanks

jeff

0 Kudos
Message 14 of 15
(3,008 Views)

answer is:

 target .NET Framework4 

had to change that.all systems go then 

thanks

0 Kudos
Message 15 of 15
(2,995 Views)