J
Jon
I have an example C# programme which shows me how to communicate with a scientist instrument. It
includes the namespace statement "using Ivi.Visa.Interop"
If I copy this into a blank winform programme, when I compile, I get an error "The type or namespace
name 'Ivi' could not be found (are you missing a using directive or an assembly reference?)"
How do I do this? I can presumably find the required reference in the example programme, but I'm not
sure where to look.
includes the namespace statement "using Ivi.Visa.Interop"
If I copy this into a blank winform programme, when I compile, I get an error "The type or namespace
name 'Ivi' could not be found (are you missing a using directive or an assembly reference?)"
How do I do this? I can presumably find the required reference in the example programme, but I'm not
sure where to look.