Hi,
I'm trying to build a TS deployment (TS 2014) based on a Workspace.
In that WS, one of my sequences calls a step type 'Get Temperature'. That step type calls a module relying on the LabVIEW adapter, and which calls a VI containing a shared variable.
My step type is then called many times in my sequences.
When building the deployment (image only for now), I'm facing the error -19056 pointing on the first step asking for the temperature (so calling my step type).
I've tried everything described here : http://zone.ni.com/reference/en-XX/help/370052W-01/tsdeploysystem/infotopics/preparingcomponents/
LVLIB is included in my WS, I even included the LV project containing that LVLIB. I tried to mass compile the VI. I tried to add a 'deplor' step within my test sequence (even if I don't need it because it is my GUI which will deploy it before launching any sequence).
But nothing works.
Any idea ?