05-18-2022 08:09 AM
Hello,
I am using labview 2019 and Teststand 2019.
When I set the adapter in teststand to Runtime I get following errors.
linkageIncompleteError: "cannot report callers without a VILinkObj";
The whole project works fine in development version.
The Labview project and the Teststand sequence files are also error free.
I am adding the log file generated herewith.
Any suggestions for a solution for this problem?
Best,
Akshay
05-18-2022 09:46 AM
Hii,
Well what I found is that I am using Private VI's in my project and building a "LVLIBP" , the labview runtime has problem opening these Private VI's and .ctl files.
Has anyone faced similar issues and is there a solution ?
Changing the provate to Public is not a workaround for me.
Best
Akshay
05-18-2022 09:55 AM
"Private" means "private". That's it.
05-18-2022 10:27 AM
hi,
The issues is if NI knows this , and still does not provide a solution .
whats the point in providing Private scope if we can't use it in Runtime ?
05-18-2022 09:29 PM
@aparab wrote:
hi,
The issues is if NI knows this , and still does not provide a solution .
whats the point in providing Private scope if we can't use it in Runtime ?
I think you have it backwards. Why make it private in scope if you want to expose it publicly?