hmmm.... did that work?
Lets see:
* Disabled the web server
* Re-compiled my test application
* Ran the test application
* Results: no warning
* re-enabled the web server
* Ran the previously compiled test application
* Results: a warning
So based on the two results, my program is trying to start the same web server that the LabVIEW Development environment uses. When the LabVIEW Development environment has its web server enabled, then my compiled program's web server throws a warning/error regarding the usage of the port.
So I guess I'm left with this question: Why does my application call some web server within the NI LabVIEW runtime when it is not referenced anywhere in my code? Unnecessary components loading, especially ones that expose network services, make me uncomfortable.