02-26-2008 09:03 AM
02-26-2008 02:33 PM
Hey Jorge,
I've seen that error message before ("thi vi is not executable"). My case was a little different, and I'm not sure I completely understand what your situation is, but you still may want to try this. In my case, VIs that were working perfectly suddenly crapped out when I tried to build them into an executable. In the end, I discovered the root cause to be an ActiveX function call that needed to be relinked to work with a control that I'd bumped to a higher version of the ActiveX control. Anyway, try holding down shift and control and then clicking the run button on all your top-level VIs - if there are any underlying issues, this will force a re-compile which could help you find the root cause of the problem.
Hope that helps,
Rob
02-27-2008 03:14 AM
@jorge Amaral wrote:
Hello All,
I've the following situation... I'm using a .net DLL to control a certain device in labview 8.5. All it's working correctly on my computer or any other that has Labview installed (obviously). But now i wanna deploy my application. So:
1 - i've installed labview runtime
2 - copy my executable to the destination folder with all the dll's necessary on this same path
And the result it's a common window that repeats lots of times the sentence "the vi is not executable".