Run the executable as Administrator in Win7 to allow it to modify files in the "Program Files" folder.
Create a shortcut to the executable and select properties. Select the "Advanced" button. Check the "Run as administrator" box.
I had this problem with Win7 but fixed it by unlocking the folder in the project "Build Specifications".
Under "Source File Settings", select your destination folder below the "Program Files" folder and set the "File and Folder Attributes" to "[x] Unlock".
Thanks Phillip.
I can now use Access 2007 database files from LabVIEW instead of the Access 2000 file format I've been using by switching "Provider=Microsoft.Jet.OLEDB.4.0" to "Provider=Microsoft.ACE.OLEDB.12.0".
I had trouble getting the example to connect to the web browser using http://localhost:8080/Add2Numbers/index.html
It worked when I used the computers full URL such as : http://<mycomputerURLhere>.com:8080/Add2Numbers/index.html