Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SysDef.UpdateCDVersionFromXML Error 7 When CD is Built into PPL #65

Open
jacobson3 opened this issue Aug 21, 2023 · 0 comments
Open

SysDef.UpdateCDVersionFromXML Error 7 When CD is Built into PPL #65

jacobson3 opened this issue Aug 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jacobson3
Copy link

This VI will always return Error 7 when it is used in a Custom Device which is built into a packed project library.

The VI attempts to find the Custom Devices folder and it does this by taking the current VI's path and stripping it a maximum of 5 times until we're in the correct folder. This works well when everything is flattened into an LLB but this doesn't work with it's built into a PPL because the VI path is too deep and the strip path doesn't iterate enough times to make it out of the .lvlibp. For reference here is the VI's path when called from a PPL (only strips to vi.lib).

path

@jacobson3 jacobson3 added the bug Something isn't working label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant