06-02-2010 09:42 AM - edited 06-02-2010 09:46 AM
Hello,
I have an analyzer cfg file that I was given to use for a project. It works on the computer of the guy that created it, but when the file is copied to the network, emailed, or copied onto a thumb drive, I get this in th eattached image.
Is windows xp goobering the file with some kind of appended data when it is copied?
Also, is there some easy way to suck the values out of this file so I can recreate it? Since we can't transport the file, I'd like to build my own, and we don't want to write down all th edata from the original file on the original computer.
Solved! Go to Solution.
06-02-2010 11:05 AM
06-02-2010 04:12 PM
06-02-2010 04:31 PM
The relative path stored in the .cfg file is "Final Inspection Project\Final Inspection Project.lvproj". So this should be the path to the .lvproj relative to wherever you have the .cfg file. So for example, if you have the .cfg file stored at c:\temp\General VI analyzer file.cfg, then you would want your .lvproj file to be at c:\temp\Final Inspection Project\Final Inspection Project.lvproj.
If this file placement doesn't work, is there any chance you could zip up your project and attach it here so I can further debug the problem? I have already filed myself CAR# 232362 to make the error reporting better in 2011 for an unfound .lvproj when loading a .cfg file.
06-03-2010 08:40 AM
That was it. The relative location put the cfg file on my desktop, and in a folder on my collegues computer.
By the way, what do you use to view one of these files? Notepad kind of works, but there are still weird characters in it.
Tay
06-03-2010 09:51 AM