Description: Iterator %1 should inherit from the dataset.
Cause: The iterator variable specified (%1) is not the correct type. It must inherit from (be the same type as) one of the classes in the inheritance structure being iterated over.
Resolution: Set the type of the iterator variable to inherit from an appropriate class.