LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV 8.5 application builder problem under win 2000

Hello,

have upgrade my application from LV8.2 to LV8.5. Under LV8.2 it works fine on the target pc`s (win xp and win 2000). If I made an appplicationu nder LV8.5 it work on the win xp systems, but not on the winn 2000 sytems. The main vi frontpanel pops up and I can see the start and stop button. The vi is broken. An error messages appears: To start the vi you must have installed the development system.

any solutions?

greeting schwede
0 Kudos
Message 1 of 13
(3,566 Views)


Schwede wrote:
any solutions?

I think NI should definitely answer you...
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 13
(3,565 Views)
Hello!

Do you try to start an application (EXE) or a VI?
If you are starting an EXE, do you have the Run Time Engine of LV 8.5 installed on the PC with Windows 2000?

Best regards
Ken

0 Kudos
Message 3 of 13
(3,525 Views)

I want to start a .exe. And I have packed the LVRT8.5 in the application build. Then I install the LVRT8.5 directly. But I get the same error message.

 

 

0 Kudos
Message 4 of 13
(3,521 Views)
Please check in Measurement and Automation Explorer or under the Control Panel of Windows if the LabVIEW Run Time Engine 8.5 is really installed.

Are you calling VI dinamically or DLLs or other in your application?
Check if all VIs and DLLs are ported to the PC with Windows 2000.

Could you create a simple application with only a while loop in LV and bring it to the PC with Windows 2000? Does it work?


0 Kudos
Message 5 of 13
(3,516 Views)

LVRT is allready installed.

 

How do I look that the vi`s and dll`s are ported?

 

I have created a simple vi and it works!

 

 

0 Kudos
Message 6 of 13
(3,509 Views)
If a simple VI works, then the Runtime Engine is installed and working properly.  What outside access does your program have?  Are you using NI-DAQ or NI-VISA or any other set of drivers which need to be installed?  Are you making outside DLL calls which may not be present on the system.  Even WinAPI calls can be different between the 2 versions of Windows and may cause a problem.




Message Edited by Matthew Kelton on 03-05-2008 08:15 AM
Message 7 of 13
(3,505 Views)

No dll, no daq, no visa, but database connectivity (sql database) and report generation toolkit.

On one Win 2000 system (where I made an new installation, no upgrade from a LV8.2 Version) it works.

 

Message 8 of 13
(3,500 Views)
What version of Office is installed on the XP machine vs. the 2000 machine (that's not working)?  Also, do you have the Office dynamic VIs included in your 8.5 builder?
Message 9 of 13
(3,497 Views)
Also, are you using any ActiveX or .NET stuff that mya not be the same or not installed on the 2000 system vs. the XP system.
Message 10 of 13
(3,493 Views)