All,
In my C# program I have the following line of code:
using Ivi.Visa.Interop;
On my development computer everything is fine. On the target computer I have a red squiggly under that line and a build error that says,
"The type or namespace 'Ivi' could not be found (are you missing a using directive or an assembly reference?)"
I tried deleting the reference and then referenceing VISA COM 5.2, but that doesn't solve the problem. The correct versions of IVI Shared Components and VISA Shared Components are installed. Both machines have the same versions of .NET.
I'm at a loss to explain this. Anyone?
Thanks,
-Bill
In my C# program I have the following line of code:
using Ivi.Visa.Interop;
On my development computer everything is fine. On the target computer I have a red squiggly under that line and a build error that says,
"The type or namespace 'Ivi' could not be found (are you missing a using directive or an assembly reference?)"
I tried deleting the reference and then referenceing VISA COM 5.2, but that doesn't solve the problem. The correct versions of IVI Shared Components and VISA Shared Components are installed. Both machines have the same versions of .NET.
I'm at a loss to explain this. Anyone?
Thanks,
-Bill