pawhan11 Posted April 27, 2020 Report Share Posted April 27, 2020 Hello, Cross post from NI forums. I have more than 200VIs having the same problem. I have tried to replace by scripting or quick drop but no success. Delete and require is hard to do from scripting top maintain connection pane and others form what i ve seen so far. Have You ever seen this error? I do not recall doing some extraordinary class manipulations when this error happened Class.zip Quote Link to comment
LogMAN Posted April 27, 2020 Report Share Posted April 27, 2020 (edited) 1 hour ago, pawhan11 said: Cross post from NI forums. You should include a link to make it easier for others to find: https://forums.ni.com/t5/LabVIEW/This-class-control-or-constant-is-permanently-broken/m-p/4040676 1 hour ago, pawhan11 said: Have You ever seen this error? No, this is the first time. However, I used the LabVIEW Resource Editor to look at the default data of those controls and they expect the class library inside a project library ("BBP Database Processor.lvlib"). <DefaultData>"%00%00%00%011%1CBBP Database Processor.lvlib%12Operations.lvclass%00%00%00%00%00%00%00%00%00%00%00"</DefaultData> 1 hour ago, pawhan11 said: I do not recall doing some extraordinary class manipulations when this error happened You probably moved the class out of the library without saving its members (not sure about the exact steps, actually). You should revert your code to the last known good state. Hopefully you have version control in place. Alternatively you could try moving the class library back inside the project library. That might fix the VIs. Edited April 27, 2020 by LogMAN Fix typo Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.