05-09-2023 04:28 AM
Hi,
I recently upgraded a LabVIEW 2014 project with LabVIEW 2023.
In LabVIEW 2014 the project can be executed and compiled.
In LabVIEW 2023 the project can be executed but not compiled anymore.
When compiling, the following error occurs (translated from German):
-----
Error 1055 with property nodes in VISL_findDependentVISvr.vi->VISL_findAndProcessVISvrList.vi->VISL_detectAndCopyVISvr.vi->AB_Engine_Copy_CustomIOServer_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible causes:
LabVIEW: (Hex 0x41F) Invalid object reference.
-----
Already googled for solutions but the only thing I could find was uninstall DSC (which is not an option since this module is used).
Hope you can help me.
Thanks!
Solved! Go to Solution.
05-09-2023 09:51 AM
Did you try mass compile? Usually these things happen when something broken, but finding the broken part can be sometimes tricky. Could be also something inside a Diagram disable structure for example.
05-10-2023 06:34 AM
Thanks for your feedback.
I have done the following:
- Mass compiled all VIs
- Replaced VISL_findDependentVISvr.vi
A successful compile is now possible.
08-21-2023 08:32 PM
08-22-2023 06:08 AM
Here the replaced VISL_findDependentVISvr.vi