02-02-2011 05:16 PM
I have a vi using MSXML to create / save XML files in LV 8.5. However, when I create the standalone executable (together with the installer) with the apps builder. The XML portion is not working. Basically the vi converts a table into a xml file and save it. The standalone program can run normal except the portion save/load xml file. The xml file created is empty. I have tried have the client install msxml installer from Microsoft but it doesn't solve the problem. Tried to search in this forum but no results.
Solved! Go to Solution.
02-03-2011 10:10 AM
The client install of MSXML is what you would need. Are you sure you're installing the same version on the second computer? Do you get any errors from property and/or contructor nodes that would clue you in on what's going on?
02-03-2011 10:16 AM
Hi Klaz,
Are you displaying your errors in your executable? If so, are you getting any error codes?
02-03-2011 10:37 AM
It's the MSXML version issue. I have 4.0 in my computer and my client installed 6.0. Problem fixed! Thanks a lot!