LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Build Specifications for TestStand deployment Target

Solved!
Go to solution

Hi everyone,

 

I currently use NI Internet Toolkit in one of my VI to build a code module for TestStand.

The matter is that de deployment target doesn't have the NI Internet Toolkit.

 

So I would like to build the VI in such a way the deployment target wouldn't need the Toolkit to use the VI.

 

Does anyone knows a way to that ?

 

Thanks to all...

0 Kudos
Message 1 of 3
(1,880 Views)
Solution
Accepted by topic author LMartin
With the app builder, create a dll. Your other options is to buy the toolkit for each deployment or to not use the toolkit.
Message 2 of 3
(1,872 Views)

I got some matter with my outputs types (string array):

 - It generates an error while creating the dll with .NET interop.

 - Couldn't manage with share library .dll cause of array bounds couldn't be specified (array of array of char).

 

Thus I just change my data type to be of simple types, and it working quite well...

 

Thanks to Mr Dennis Knutson !

0 Kudos
Message 3 of 3
(1,842 Views)