09-04-2009 03:50 PM
I met a strange problem when start running the program, which is a created installer for 8.5.
The window shows
even I am not using webserver. How to get ride of this issue?
Thanks,
Ott
Solved! Go to Solution.
09-04-2009 05:17 PM
09-08-2009 09:02 AM
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
09-08-2009 09:31 AM
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
09-08-2009 09:38 AM
Do you mind give more details?
Thanks,
Ott
09-08-2009 09:47 AM
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