LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview error -linkageIncompleteError

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

0 Kudos
Message 1 of 5
(1,525 Views)

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

0 Kudos
Message 2 of 5
(1,506 Views)

"Private" means "private".  That's it.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 5
(1,500 Views)

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  ?

0 Kudos
Message 4 of 5
(1,490 Views)

@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?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 5
(1,479 Views)