The LabVIEW 6.0.0 runtime version will allow to run LabVIEW 6.0.2 executables, but errors do occur (e.g. setting tab sheets properties, and some database connectivity routines don't work as expected). Is there any way to retrieve the LV runtime version by the program such that the program can be aborted when the wrong version is detected?
Thanks Brian, the 'version' property of the application indeed returns the version of the LV runtime driver whereas I expected that it would return the LabVIEW version that created the executable. Indeed, the proper runtime version needs to be installed, but if your exe runs on many different PC's, then a check for the version is preventing errors at execution time.