You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be that this update is somehow calling into add glyphs.vi from the Glyphs Manager.lvlib, seems this is now being included in the dependencies and is the one the compiler is complaining about.
Problem was reproduced in 2 systems, my customer's and mine.
I will look with more detail into the changes to identify the root of the problem.
Found out what the problem was. Seems that we recently added to string array and from string array for Import/Export. These VIs are using classification to display permission.vi and display permission to classification.vi, which for some reason are part of the editor class and are creating the dependency between runtime and editor classes.
For new modules we add these 2 VIs in the configuration class, probably to avoid this same problem. I will do the same as a fix for this.
@agomezni Good find. New dynamic modules actually have unit tests which check check that the runtime and config don't have editor dependencies but it doesn't look like they were ever added to this module.
I would suggest adding those tests so something similar doesn't happen again.
After installing the 2.2.0.26 distribution, compiling an includes that uses the Scan Engine Module will cause the 1502 error.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P826SAC&l=en-US
Seems to be that this update is somehow calling into add glyphs.vi from the Glyphs Manager.lvlib, seems this is now being included in the dependencies and is the one the compiler is complaining about.
Problem was reproduced in 2 systems, my customer's and mine.
I will look with more detail into the changes to identify the root of the problem.
@SimonRPSM any thoughts?
The text was updated successfully, but these errors were encountered: