I have a class that defines a message. I inherit from this class for all my messages. The class contains a must override method called 'Execute'. Every time I create a child of this class and create the override method for Execute then go to save it, it wants to save the parent as well. This only occurs after I create the override method for Execute. If I just create the class, save it, change its inheritance and save it again the parent class is not affected.
I have no idea why it is doing this but it is really annoying. Especially since everything is in version control, I end up having to check the parent out just to save the project.
The reason given for the need to save the parent is 'Item moved within library'.
The parent class is in a lvlib.
I am running LV 12.0f3.
Any ideas? Is there a CAR for this or am I just doing something wrong?
thanks,
-John