Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL versions

The software I'm using as my data source for LabVIEW goes through frequent updates (like once a month). Normally the methods I'm calling do not change (never in interface, rarely in how the method works) between updates. However, the DLL version number does change as the DLL is renumbered with each software release. I'm finding that because of this, I have to rebuild my LabVIEW app each time (ie: re-layout each .NET method in LabVIEW). Is there a better way of dealing with this?

0 Kudos
Message 1 of 2
(4,005 Views)

Hello Jeff,

 

You should be able to just change the identifier for the DLL for each method that uses the DLL. In the .NET situation, if you just change the DLL that the constructor node uses, it should update the rest of the method and property calls.

Colden
0 Kudos
Message 2 of 2
(3,995 Views)