From: Michael Munroe on
The other messages for troubleshooting the "invalid server IP address" were very helpful with getting my EXE to operate as a remote panel.  But there is still one issue that I cannot resolve that seems to be caused by the 8.0.1 upgrade.
 
The remote panel work perfectly using IE6 on a computer that has the LV 8.0.1 FDS or PDS installed.  When I use a computer that has LV 7.1 or no LV at all, the invalid server IP address appears inside the border of where the VI should appear on the HTML page.  The connection to the remote computer is correct, the HTML file is delivered by the web server in LV, but the panel part of the page returns the error. 
 
Does the part of the HTML that loads the Run Time Engine need to be updated for 8.0.1?  Will the LV 8.0 RTE work for a remote panel on an EXE compiled for LV 8.0.1?
 
The code is:
var obj = '&lt;OBJECT ID="LabVIEWControl" CLASSID="CLSID:A40B0AD4-B50E-4E58-8A1D-8544233807AD" WIDTH=1216 HEIGHT=915 CODEBASE="<a href="ftp://ftp.ni.com/support/labview/runtime/windows/8.0" target="_blank"> ftp://ftp.ni.com/support/labview/runtime/windows/8.0'</a> ; if (lng.indexOf("fr") != -1) { obj = obj + '/French'; }else if (lng.indexOf("de") != -1) { obj = obj + '/German'; }else if (lng.indexOf("ja") != -1) { obj = obj + '/Japanese'; }obj = obj + '/LVRunTimeEng.exe"&gt;';
From: Tunde A on
Hi Michael,
Can you&nbsp;attach the ini file&nbsp;for the executable and the html file?&nbsp;&nbsp;Meanwhile, I will suggest you manually install LabVIEW 8.0.1runtime engine&nbsp;on these computers.
TundeMessage Edited by Tunde A on 04-20-2007 05:45 PM