08-27-2008 05:45 PM
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
08-28-2008 08:50 AM
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.
08-28-2008 09:05 AM
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
08-28-2008 09:05 AM
08-28-2008 09:09 AM
James - Our messages crossed in flight.
That was it. Thanks for the advice.