LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dot net private dll global update

Version 1) Initially develope a LabView 8.2 Dot Net Program that uses a private DLL to access propriatary hardware .
Version 2) The Software developer updates the private DLL and I apply the updates as necessary to my LabView 8.2 Developement machine.
 
When updating from Version 1 to Version 2  above the LabView apps are broken.
I repair the apps as necessary.
I test the apps -- they run without error.
I save the apps -- they save ok
I reopen one of the apps and it shows that there are unsaved changes ( It says the vi was recompiled).
I have to manually replace many dot net objects and reconstruct them with new objects of same type.
Save ok.
Reopen ok
 
I believe that each LabView Dot Net application is caching information about the previous DLL used. Is there an easy document available that describes how to update dll references globally?
 
 
    
0 Kudos
Message 1 of 2
(2,608 Views)
RTC-telke

I am not exactly sure I do not know of a way to update all DLL paths globaly in LabVIEW. The best you can do is to use the "Specify Path on Diagram" option in the Call Library Function Node and set the path to your DLL's programmatically.

Xaq
0 Kudos
Message 2 of 2
(2,575 Views)