01-11-2006 10:02 AM
01-12-2006 05:38 PM
01-12-2006 05:44 PM
01-13-2006 08:27 AM
01-16-2006 06:03 PM
01-17-2006 07:35 AM
01-17-2006 12:01 PM
Hello,
Ok, we may have tracked down the problem. It turns out that LabVIEW references it's own location (and I am guessing other paths it uses) contingent upon the explicit path you use to launch it. Basically, the \\machine\c$ is the mechanism for specifying a machine name, then (if you have adminstrative privileges on that machine) c$ will give you access to that machine. I now suspect that if you right click on whatever link/shortcut you are using to launch LabVIEW, and click Properties and then the Shortcut tab, that it has a path specified that starts with "\\machine\c$..." for the Target field.
Try setting it to something like: "C:\Program Files\National Instruments\LabVIEW 8.0\LabVIEW.exe"
The attached screenshot shows the Properties window I am referring to, as well as how I navigated there.
01-17-2006 01:18 PM
01-19-2006 04:18 PM
Awesome,
I understand how frustrating it is not to figure out the root cause of a problem - sometimes even more so when it can be fixed by a seemingly disconnected process (such as changing user accounts and launching from the Start menu in this case), while the details of the reason for the fix remain hidden.
Fortunately in this case, we found the cause before discovering the "spontaneous fix" solution 🙂
Thanks for updating!
Best Regards,
JLS