05-31-2019 11:16 AM
All,
When I attempt to save a project written in LV2017 to LV2015, I get this error message:
I have hundreds of gigs of free space on the hard drive where I am trying to install, and I have full read/write access.
Has anyone seen this issue before? Anyone found a workaround? Thanks.
05-31-2019 03:23 PM - edited 05-31-2019 03:25 PM
@diarmaede wrote:
Has anyone seen this issue before? Anyone found a workaround? Thanks.
Nope. Post the VI, let one of us try to "Save for Previous" and see if we have the same problem (and can try to figure it out). A more likely explanation is that your Code contains something that isn't present in LabVIEW 2015 and the "Save for Previous" routine is failing (but we can't tell without seeing the code).
Bob Schor
05-31-2019 03:27 PM
"Post the VI..." I wish I could, but it is proprietary. You may well be correct about the possibility that the code contains elements that are not compatible with LV2015.
06-01-2019 01:58 PM
If it contains Channel Wires, they were officially introduced in LabVIEW 2016 ...
Bob Schor
06-01-2019 03:46 PM
Having HD space has nothing to do with memory.
Memory will be limited either by RAM or by the 32-bit process. If you open up task manager after loading this in 2017, how much memory is being used by LV?
I'd expect there will be a second buffer that will be used to backsave at least parts of the application at a time. So, this will likely grow.
Are you able to save parts of the application for 2015 at a time?
06-02-2019 03:00 PM
I second Natasftw in this.
This is most probably caused due to a memory limitation issue.
Make sure you are not running any code and have all VI's closed.
Alternatively I would suggest trying to do this save in a 64-bit version. Should this not work you could also try to do the save with the VI setting "Seperate Compiled Code From Source File" on top of the 64-bit save. (Haven't tried it so it might not work)
Hope it helps!
Kind regards,
Natan Biesmans, CLA