NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing assembly reference to NationalInstruments.TestStand.Utility in C# User Interface Example

I am trying to compile the C# simple user interface example using DevStudio 2008. I am getting an error though that says "The type or namespace 'Utility' does not exist in the namespace 'NationalInstruments.TestStand' pointing to the corresponding "using" statement in MainForm.cs.

 

Any suggestions?    

 

Thanks, Greg

0 Kudos
Message 1 of 5
(4,157 Views)

Hello Greg,

 

Here is a Microsoft Developer Network link which describes this error. I found this link by typing "The type or namespace does not exist" in google.

 

Let me know if you have any other questions.

With warm regards,

David D.
0 Kudos
Message 2 of 5
(4,145 Views)

I think the assembly you need to browse to when adding the reference is:

 

<Program Files>\TestStand <version>\API\DotNet\Assemblies\CurrentVersion\NationalInstruments.TestStand.Utility.dll

0 Kudos
Message 3 of 5
(4,141 Views)
I tried adding the reference to the project, but it appears that the assembly NationalInstruments.TestStand.Utilty does not exist on my computer. When I look in c:\windows\assembly I see NatioalInstrumentd.TestStand,Interop assemblies, but none for .Utility. I just ran a "Repair" installation of TestStand, but that did not fix the issue.   
0 Kudos
Message 4 of 5
(4,140 Views)

James -  Our messages crossed in flight. 

 

That was it. Thanks for the advice.  

0 Kudos
Message 5 of 5
(4,137 Views)