01-30-2025 08:20 AM
I simply renamed the file (e.g. from A.lvlib to B.lvlib) without updating the internal references, LabVIEW will still look for the old library name (A.lvlib), causing class conflicts. Looking for VIs from A .lvlib. How can I solve this?
Thank you in advance
01-30-2025 08:22 AM
Hi 123,
@newmemeber123 wrote:
I simply renamed the file (e.g. from A.lvlib to B.lvlib) without updating the internal references, LabVIEW will still look for the old library name (A.lvlib),
Yes, that's correct.
@newmemeber123 wrote:
How can I solve this?
By NOT renaming files on disk.
Rename the lvlib from within the project explorer…
01-30-2025 09:24 AM - edited 01-30-2025 09:32 AM
i already renamed it now. and thats the reason im facing the problem adn if i going back to old name its showing the same error.
01-30-2025 01:09 PM - edited 01-30-2025 01:10 PM
Hi 123,
@newmemeber123 wrote:
i already renamed it now. and thats the reason im facing the problem adn if i going back to old name its showing the same error.
Simplest solution: get an older, but working revision of the code from your SCC system!