‎09-29-2015 10:20 AM
Hello, Suddenly my project will not deploy. Gives above error code and " cal.bin is too old to mutate to the current version..." I'm running VS 2011. How can I straighten this out? Thanks.
Solved! Go to Solution.
‎09-30-2015 06:36 AM
‎09-30-2015 08:37 AM
Is this system definition running on a real-time target or on the Windows PC? Does the problem reproduce on a Windows PC engine?
If this problem is happening on a real-time target, you might check if the engine is running the same version of VeriStand that your host PC is. You could reinstall the VeriStand support onto the target from MAX quickly to see if that helps.
‎09-30-2015 09:31 AM
It's running from a Windows PC. Does that file have to be deleted? Where can I find it?
Thanks
‎09-30-2015 07:14 PM
KB,
This error message actually refers to the wrong file. The file referenced is actually called HardwareCalibrationData.nivscal and in 2011, I believe it should be located C:\Users\<user>\AppData\Local\Temp\nivs but that may depend on the version of Windows you are running.
The error was corrected in LabVIEW 2012, and now reads as follows:
The version of the calibration file (HardwareCalibrationData.nivscal) is too old to mutate to the current version. Delete the file and manually recreate the calibration settings.
Thanks,
Chris
‎10-01-2015 10:04 AM
Hi. I found that file and removed it. Then I was able to deploy one of my projects and display the workspace. It works! Thanks. -KB.