C#关于nationalInstrument.common.dll文件引用的问题
做WPF平台下,需要用到using NationalInstruments.Common;这个引用,我安装了Measurement Studio,但是找到的nationalInstrument.common.dll引用进去之后就一直说:
错误命名空间“NationalInstruments”中不存在类型或命名空间名称“Common”。是否缺少程序集引用?在网上下载了其他的nationalInstrument.common.dll文件,但是都对这个.Common这部分进行报错,求各位大师给我指点一下