LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview executable with .net library

I am building a labview executable which uses a .net library. I am new to this and have some general questions.

 

1) Once the executable is built, how does labview read the .cs files ?

 

2) When i build the executable, i notice the data folder is only populated with the .dll's but not the .xml's or .exe's or .pdb's necessary to run the project...Does this need to be done manually?

 

3) I have modified one of my .cs files prior to building the executable yet for some reason i dont see the update reflected in the executable (this ties back to my first question)

 

Thanks,

Dweiss

0 Kudos
Message 1 of 2
(2,509 Views)

Hi Dweiss,

 

Labview will always be calling directly into the DLLs (hence the lack of .cs or .xml in your executable).  Are you creating an installer, or just an executable? And are you including any file beyond just the dependencies (i.e.DLLs that your VI is specifically calling into) in your installer?

 

Also, is there a specific issue or problem that you're running into with your executable?

 

Thanks,

 

James McNicol

Applications Engineer

National Instruments 

James M. | Applications Engineer | National Instruments
0 Kudos
Message 2 of 2
(2,486 Views)