Is anybody else having problems with updating a private .NET assembly and then finding that all the LabVIEW code breaks, even though the functionality of the .NET assembly hasn't changed? Specifically, I'm finding that when I replace a private .NET assembly with an updated version (the version number gets automatically updated by Visual Studio), I find that the VIs that were accessing properties and methods from that .NET assembly now no longer can see the properties and methods. I have to go through
each and every single VI and reselect the properties/methods, sometimes even going so far as creating new property nodes or method nodes. Further, if I look at the VI that has the constructor node, and I put the wiring tool on the output of the contructor node, and the Help window is open, the Help window indicates the version as being an earlier version, even though the contructor is selecting the most recent version. I find that I have to replace the constructor node with a new one and rewire. These problems existed with LabVIEW 7. I thought this was fixed in 8/8.2???