LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Message shows that after running a standalone program

Solved!
Go to solution

I met a strange problem when start running the program, which is a created installer for 8.5.

 

The window shows

message.jpg

 

even I am not using webserver. How to get ride of this issue?

 

Thanks,

Ott

0 Kudos
Message 1 of 6
(3,868 Views)
You say you're not using the web server, but is LabVIEW configured to have it enabled? Check the LabVIEW options (Tools -> Options -> Web Server:Configuration page).
0 Kudos
Message 2 of 6
(3,855 Views)

Thanks for infor.

 

I checked it. The web server config is unchecked, and also the NI server. The issue is still there.

 

Any thing else could cause it?

 

Thanks,

Ott

0 Kudos
Message 3 of 6
(3,802 Views)

Hi there

 

Assuming you're talking about an executable created with LV 8.5: In the installation folder of the app there's an <your appname>.ini file. Open that file and compare the web server related keys with that from your LabVIEW.ini file located at ...\Program Files\National Instruments\LabVIEW 8.5

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 4 of 6
(3,793 Views)

Do you mind give more details?

 

Thanks,

Ott

0 Kudos
Message 5 of 6
(3,788 Views)
Solution
Accepted by topic author Opt_Ottawa

 

In LabVIEW all settings from Tools->Options are saved at ...\Program Files\National Instruments\LabVIEW 8.5\LabVIEW.ini

 

if you create an executable <your app>.exe this .exe has its own ini - file, located at the same direcory as the executable. The name of that ini - file is <your app>.ini. In <your app>.ini you can make the same settings than in LabVIEW.ini.

 

So if you are talking about an executable: changes in LabVIEW.ini via the Tools->Options dialog does not effect <your app>.ini

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
Message 6 of 6
(3,783 Views)