03-07-2012 02:25 PM
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?
03-08-2012 02:07 PM
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.