Issue Details
- I have a working project. I copied some of the VIs for a second project. Now I am seeing broken resource wires that say "Wire Class Conflict."
- I have a Type Definition Control (ctl) with some controls (clusters, arrays, strings, etc.) and refnum controls for each of them. I am using this ctl in my main code and everything is working fine. Now, I am trying to add some elements to one of my clusters inside the ctl. However, after saving and applying changes inside the ctl, my main code has some broken wires.
- I have a cluster with a VI Reference element, and I created a constant for that VI Reference, but it says the constant is different than expected. I verify the constant, but all looks exact the same and the expected. The following is the error.
Wire: Class conflict
You have connected a refnum of one type to a refnum of another type and both types are members of some class hierarchy, but there is neither a simple up cast nor type cast between the two classes