Paul W Posted June 13, 2008 Report Share Posted June 13, 2008 The parent class was deleted. And that is ok, because it was empty. Now when I launch the Main.vi I get the broken arrow. Selecting the child class returns this error: This LabVIEW class cannot find its parent class. (Ok, I get it.) Details: This VI is part of a LabVIEW class. No part of the class is executable at this time because the parent class is missing. To fix this error, load the missing .lvclass file into memory or edit the class to inherit off of LabVIEW Object. LabVIEW Object is the ultimate ancestor class for all LabVIEW classes and is always in memory. Quote Link to comment
Paul W Posted June 13, 2008 Author Report Share Posted June 13, 2008 The parent class was deleted. And that is ok, because it was empty. Now when I launch the Main.vi I get the broken arrow. Selecting the child class returns this error: This LabVIEW class cannot find its parent class. (Ok, I get it.) Details: This VI is part of a LabVIEW class. No part of the class is executable at this time because the parent class is missing. To fix this error, load the missing .lvclass file into memory or edit the class to inherit off of LabVIEW Object. LabVIEW Object is the ultimate ancestor class for all LabVIEW classes and is always in memory. 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.